#158EF2

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

Shades of Dodger Blue #158EF2

Tints of Dodger Blue #158EF2

Color information

#158EF2 (or 0x158EF2) is unknown color: approx Dodger Blue. HEX triplet: 15, 8E and F2. RGB value is (21,142,242). Sum of RGB (Red+Green+Blue) = 21+142+242=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #158EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EF2 is #EA710D. Grayscale: #747474. Windows color (decimal): -15364366 or 15896085. OLE color: 15896085.

HSL color Cylindrical-coordinate representation of color #158EF2: hue angle of 207.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158EF2 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21142242-
CMYK0.910.4100.05
HSL207.15º89.47%51.57%-
HSV(B)207.15º91.32%94.9%-
XYZ26.0125.9287.64-
YUV117.22198.4159.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.19%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 242 (94.92% from 255) = 59.75%
R=5.19%
G=35.06%
B=59.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211422420.910.4100.05207.1589.4751.57
Hex158EF25B2905cf5934
Octal25216362133510531713164
Binary10101100011101111001010110111010010101110011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,242); }

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

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

 a { background-color: rgb(21,142,242); }

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

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

 span { border-color: rgb(21,142,242); }

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