#1487E8

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

Shades of Dodger Blue #1487E8

Tints of Dodger Blue #1487E8

Color information

#1487E8 (or 0x1487E8) is unknown color: approx Dodger Blue. HEX triplet: 14, 87 and E8. RGB value is (20,135,232). Sum of RGB (Red+Green+Blue) = 20+135+232=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #1487E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1487E8 is #EB7817. Grayscale: #6F6F6F. Windows color (decimal): -15431704 or 15238932. OLE color: 15238932.

HSL color Cylindrical-coordinate representation of color #1487E8: hue angle of 207.45º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1487E8 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20135232-
CMYK0.910.4200.09
HSL207.45º84.13%49.41%-
HSV(B)207.45º91.38%90.98%-
XYZ23.5223.379.6-
YUV111.67195.962.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.17%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 232 (91.02% from 255) = 59.95%
R=5.17%
G=34.88%
B=59.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201352320.910.4200.09207.4584.1349.41
Hex1487E85B2A09cf5431
Octal242073501335201131712461
Binary101001000011111101000101101110101001001110011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1487E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1487E8; }

 p { color: rgb(20,135,232); }

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

<style>
 a { background-color: #1487E8; }

 a { background-color: rgb(20,135,232); }

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

<style>
 span { border-color: #1487E8; }

 span { border-color: rgb(20,135,232); }

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