#158BE8

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

Shades of Dodger Blue #158BE8

Tints of Dodger Blue #158BE8

Color information

#158BE8 (or 0x158BE8) is unknown color: approx Dodger Blue. HEX triplet: 15, 8B and E8. RGB value is (21,139,232). Sum of RGB (Red+Green+Blue) = 21+139+232=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #158BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BE8 is #EA7417. Grayscale: #717171. Windows color (decimal): -15365144 or 15239957. OLE color: 15239957.

HSL color Cylindrical-coordinate representation of color #158BE8: hue angle of 206.45º 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 #158BE8 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21139232-
CMYK0.910.4000.09
HSL206.45º83.4%49.61%-
HSV(B)206.45º90.95%90.98%-
XYZ24.1124.4579.79-
YUV114.32194.4161.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.36%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 232 (91.02% from 255) = 59.18%
R=5.36%
G=35.46%
B=59.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211392320.910.4000.09206.4583.449.61
Hex158BE85B2809ce5332
Octal252133501335001131612362
Binary101011000101111101000101101110100001001110011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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