Shades of Dodger Blue #158EF2
Tints of Dodger Blue #158EF2
RGB
CMYK
RGB Variations
Color information
#158EF2 (or 0x158EF2) is known color: 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
| RGB | 21 | 142 | 242 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.05 |
| HSL | 207.15º | 0.89% | 0.52% | - |
| HSV(B) | 207.15º | 0.91% | 0.95% | - |
| XYZ | 26.01 | 25.92 | 87.64 | - |
| YUV | 117.22 | 198.41 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 242 | 0.91 | 0.41 | 0 | 0.05 | 207.15 | 0.89 | 0.52 |
| Hex | 15 | 8E | F2 | 5B | 29 | 0 | 5 | CF | 59 | 34 |
| Octal | 25 | 216 | 362 | 133 | 51 | 0 | 5 | 317 | 131 | 64 |
| Binary | 10101 | 10001110 | 11110010 | 1011011 | 101001 | 0 | 101 | 11001111 | 1011001 | 110100 |
Color Harmonies of #158EF2
Complementary color
Monochromatic Colors of #158EF2
Black with #158EF2
Text Example
Text Example
White with #158EF2
Text Example
Text Example
HTML Codes & Css Web 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>