#1987EA

Color #1987EA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1987EA

Tints of Dodger Blue #1987EA

Color information

#1987EA (or 0x1987EA) is unknown color: approx Dodger Blue. HEX triplet: 19, 87 and EA. RGB value is (25,135,234). Sum of RGB (Red+Green+Blue) = 25+135+234=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #1987EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1987EA is #E67815. Grayscale: #707070. Windows color (decimal): -15104022 or 15370009. OLE color: 15370009.

HSL color Cylindrical-coordinate representation of color #1987EA: hue angle of 208.42º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1987EA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB25135234-
CMYK0.890.4200.08
HSL208.42º83.27%50.78%-
HSV(B)208.42º89.32%91.76%-
XYZ23.9223.4881.11-
YUV113.4196.0664.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 6.35%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=6.35%
G=34.26%
B=59.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal251352340.890.4200.08208.4283.2750.78
Hex1987EA592A08d05333
Octal312073521315201032012363
Binary110011000011111101010101100110101001000110100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1987EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1987EA; }

 p { color: rgb(25,135,234); }

 H1.HeaderClassName
 {
   color: #1987EA;
 }
 .AnyTagClassName
 {
   color: #1987EA;
 }
</style>
background-color css

<style>
 a { background-color: #1987EA; }

 a { background-color: rgb(25,135,234); }

 div.DivClassName
 {
   background-color: #1987EA;
 }
 .BgClassName
 {
   background-color: #1987EA;
 }
</style>
border-color css

<style>
 span { border-color: #1987EA; }

 span { border-color: rgb(25,135,234); }

 td.TdClassName
 {
   border-color: #1987EA;
 }
 .TagClassName
 {
   border-color: #1987EA;
 }
</style>