COLOR #587DFD

HEX: #587DFD
RGB: (88,125,253)

Color info

#587DFD contains mainly blue color. Web safe color of #587DFD is #6666FF (or #66F).

RGB color model

#587DFD color RGB value is (88,125,253).

  • red value is 88;
  • green value is 125;
  • blue value is 253.
RGB:
(88,125,253)
(35%,49%,99%)

RGB channels and saturation

R 88 of 255 = 35%
G 125 of 255 = 49%
B 253 of 255 = 99%

88
125
253

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

Portions of RGB colors in percentages

R + G + B =
88 + 125 + 253 = 466 (100%)
R 88 of 466 ~ 18.88%
G 125 of 466 ~ 26.82%
B 253 of 466 ~ 54.29%

%18.88
%26.82
%54.29

CMYK color model

#587DFD color CMYK value is (65,51,0,1).

  • cyan value is 65.22%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(65,51,0,1)
C65M51Y0K1 
(65%,51%,0%,1%)
(0.65/0.51/0.00/0.01)	

CMYK percentages

%65.22
%50.59
%0
%0.78

Codes

Color #587DFD in popluar color models

587DFD
RGB88125253
HSL227°97.63%66.86%
HSB/HSV227°65.22%99.22%
CMYK65.22%50.59%0.00%
0.78%

Color #587DFD in popluar number systems.

HEX587DFD
Decimal88125253
Binary1011000111110111111101
Octal130175375

Shades and tints

Shades of #587DFD

#587DFD
(88,125,253)
#5072E6
(80,114,230)
#4867CF
(72,103,207)
#405CB8
(64,92,184)
#3851A1
(56,81,161)
#30468A
(48,70,138)
#283B73
(40,59,115)
#20305C
(32,48,92)
#182545
(24,37,69)
#101A2E
(16,26,46)
#080F17
(8,15,23)
#000000
(0,0,0)

Tints of #587DFD

#587DFD
(88,125,253)
#6788FD
(103,136,253)
#7693FD
(118,147,253)
#859EFD
(133,158,253)
#94A9FD
(148,169,253)
#A3B4FD
(163,180,253)
#B2BFFD
(178,191,253)
#C1CAFD
(193,202,253)
#D0D5FD
(208,213,253)
#DFE0FD
(223,224,253)
#EEEBFD
(238,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587DFD color. Also use rgb(88,125,253) instead hex code.

Text Font Color

.myTextColor { color: #587DFD; }

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

This text font color is #587DFD.


Background Color

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

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

This div background color is #587DFD.


Border color

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

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

This div border color is #587DFD.


Opacity

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

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

Text with #587DFD 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 #587DFD;}

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

This text has shadow with #587DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587DFD on black background.


Color preview on white background

This text has color #587DFD on white background.



Black color preview on #587DFD background

This text has black color on #587DFD background.


White color preview on #587DFD background

This text has white color on #587DFD background.