#158DE8

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

Shades of Dodger Blue #158DE8

Tints of Dodger Blue #158DE8

Color information

#158DE8 (or 0x158DE8) is unknown color: approx Dodger Blue. HEX triplet: 15, 8D and E8. RGB value is (21,141,232). Sum of RGB (Red+Green+Blue) = 21+141+232=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #158DE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DE8 is #EA7217. Grayscale: #737373. Windows color (decimal): -15364632 or 15240469. OLE color: 15240469.

HSL color Cylindrical-coordinate representation of color #158DE8: hue angle of 205.88º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158DE8 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21141232-
CMYK0.910.3900.09
HSL205.88º83.4%49.61%-
HSV(B)205.88º90.95%90.98%-
XYZ24.425.0479.89-
YUV115.49193.7460.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.33%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 232 (91.02% from 255) = 58.88%
R=5.33%
G=35.79%
B=58.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211412320.910.3900.09205.8883.449.61
Hex158DE85B2709ce5332
Octal252153501334701131612362
Binary101011000110111101000101101110011101001110011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158DE8; }

 p { color: rgb(21,141,232); }

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

<style>
 a { background-color: #158DE8; }

 a { background-color: rgb(21,141,232); }

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

<style>
 span { border-color: #158DE8; }

 span { border-color: rgb(21,141,232); }

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