COLOR #587FFB

HEX: #587FFB
RGB: (88,127,251)

Renk bilgisi

#587FFB contains mainly blue color. #587FFB ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#587FFB color RGB value is (88,127,251).

  • kırmız ton 88;
  • yeşil ton 127;
  • mavi ton 251.
RGB:
(88,127,251)
(35%,50%,98%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 127 of 255 = 50%
B 251 of 255 = 98%

88
127
251

R + G + B ~ 61%. #587FFB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 127 + 251 = 466 (100%)
R 88 of 466 ~ 18.88%
G 127 of 466 ~ 27.25%
B 251 of 466 ~ 53.86%

%18.88
%27.25
%53.86

CMYK RENK MODELİ

#587FFB rengi CMYK tonu (65,49,0,2).

  • camgöbeği tonu 64.94%
  • eflatun tonu 49.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(65,49,0,2)
C65M49Y0K2 
(65%,49%,0%,2%)
(0.65/0.49/0.00/0.02)	

CMYK yüzdeleri

%64.94
%49.4
%0
%1.57

Codes

Color #587FFB in popluar color models

587FFB
RGB88127251
HSL226°95.32%66.47%
HSB/HSV226°64.94%98.43%
CMYK64.94%49.40%0.00%
1.57%

Color #587FFB in popluar number systems.

HEX587FFB
Decimal88127251
Binary1011000111111111111011
Octal130177373

Shades and tints

Shades of #587FFB

#587FFB
(88,127,251)
#5074E5
(80,116,229)
#4869CF
(72,105,207)
#405EB9
(64,94,185)
#3853A3
(56,83,163)
#30488D
(48,72,141)
#283D77
(40,61,119)
#203261
(32,50,97)
#18274B
(24,39,75)
#101C35
(16,28,53)
#08111F
(8,17,31)
#000000
(0,0,0)

Tints of #587FFB

#587FFB
(88,127,251)
#678AFB
(103,138,251)
#7695FB
(118,149,251)
#85A0FB
(133,160,251)
#94ABFB
(148,171,251)
#A3B6FB
(163,182,251)
#B2C1FB
(178,193,251)
#C1CCFB
(193,204,251)
#D0D7FB
(208,215,251)
#DFE2FB
(223,226,251)
#EEEDFB
(238,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587FFB color. Also use rgb(88,127,251) instead hex code.

Text Font Color

.myTextColor { color: #587FFB; }

<p style="color:#587FFB">This sample text font color is #587FFB.</p>

This text font color is #587FFB.


Background Color

.myBgColor { background-color: #587FFB; }

<div style="background-color:#587FFB">Inner text</div>

This div background color is #587FFB.


Border color

.myBorderColor { border: 1px solid #587FFB; }

<div style="border:3px solid #587FFB">Div</div>

This div border color is #587FFB.


Opacity

.myOpacity80 { color: #587FFB; opacity: 0.8; }

<p style="color:#587FFB;opacity:0.8;">80%</p>

Text with #587FFB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #587FFB;}

<p style="text-shadow: 3px 3px 1px #587FFB">Text here.</p>

This text has shadow with #587FFB color.

.textShadow {text-shadow: 3px 3px 1px #587FFB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #587FFB, 5px 5px 20px red">Text here.</p>

This text has shadow with #587FFB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587FFB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#587FFB, Direction=45, Strength=4)">Text</p>

This text has shadow with #587FFB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #587FFB;
  -webkit-box-shadow:	1px 1px 3px 2px #587FFB;
  box-shadow:		1px 1px 3px 2px #587FFB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #587FFB;
-webkit-box-shadow: 1px 1px 3px 2px #587FFB;
box-shadow:1px 1px 3px 2px #587FFB;">
Div content here</div>
This div box has shadow with color #587FFB.

Preview

Color preview on black background

This text has color #587FFB on black background.


Color preview on white background

This text has color #587FFB on white background.



Black color preview on #587FFB background

This text has black color on #587FFB background.


White color preview on #587FFB background

This text has white color on #587FFB background.