Shades of Dodger Blue #158CE8
Tints of Dodger Blue #158CE8
RGB
CMYK
RGB Variations
Color information
#158CE8 (or 0x158CE8) is known color: Dodger Blue. HEX triplet: 15, 8C and E8. RGB value is (21,140,232). Sum of RGB (Red+Green+Blue) = 21+140+232=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #158CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158CE8 is #EA7317. Grayscale: #727272. Windows color (decimal): -15364888 or 15240213. OLE color: 15240213.
HSL color Cylindrical-coordinate representation of color #158CE8: hue angle of 206.16º 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 #158CE8 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 140 | 232 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.09 |
| HSL | 206.16º | 0.83% | 0.5% | - |
| HSV(B) | 206.16º | 0.91% | 0.91% | - |
| XYZ | 24.25 | 24.74 | 79.84 | - |
| YUV | 114.91 | 194.08 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 232 | 0.91 | 0.40 | 0 | 0.09 | 206.16 | 0.83 | 0.5 |
| Hex | 15 | 8C | E8 | 5B | 28 | 0 | 9 | CE | 53 | 32 |
| Octal | 25 | 214 | 350 | 133 | 50 | 0 | 11 | 316 | 123 | 62 |
| Binary | 10101 | 10001100 | 11101000 | 1011011 | 101000 | 0 | 1001 | 11001110 | 1010011 | 110010 |
Color Harmonies of #158CE8
Complementary color
Monochromatic Colors of #158CE8
Black with #158CE8
Text Example
Text Example
White with #158CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CE8; }
p { color: rgb(21,140,232); }
H1.HeaderClassName
{
color: #158CE8;
}
.AnyTagClassName
{
color: #158CE8;
}
</style>
background-color css
<style>
a { background-color: #158CE8; }
a { background-color: rgb(21,140,232); }
div.DivClassName
{
background-color: #158CE8;
}
.BgClassName
{
background-color: #158CE8;
}
</style>
border-color css
<style>
span { border-color: #158CE8; }
span { border-color: rgb(21,140,232); }
td.TdClassName
{
border-color: #158CE8;
}
.TagClassName
{
border-color: #158CE8;
}
</style>