Shades of Dodger Blue #008EE8
Tints of Dodger Blue #008EE8
RGB
CMYK
RGB Variations
Color information
#008EE8 (or 0x008EE8) is known color: Dodger Blue. HEX triplet: 00, 8E and E8. RGB value is (0,142,232). Sum of RGB (Red+Green+Blue) = 0+142+232=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #008EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EE8 is #FF7117. Grayscale: #6D6D6D. Windows color (decimal): -16740632 or 15240704. OLE color: 15240704.
HSL color Cylindrical-coordinate representation of color #008EE8: hue angle of 203.28º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EE8 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 142 | 232 | - |
| CMYK | 1 | 0.39 | 0 | 0.09 |
| HSL | 203.28º | 1% | 0.45% | - |
| HSV(B) | 203.28º | 1% | 0.91% | - |
| XYZ | 24.24 | 25.17 | 79.93 | - |
| YUV | 109.8 | 196.96 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 232 | 1 | 0.39 | 0 | 0.09 | 203.28 | 1 | 0.45 |
| Hex | 0 | 8E | E8 | 64 | 27 | 0 | 9 | CB | 64 | 2D |
| Octal | 0 | 216 | 350 | 144 | 47 | 0 | 11 | 313 | 144 | 55 |
| Binary | 0 | 10001110 | 11101000 | 1100100 | 100111 | 0 | 1001 | 11001011 | 1100100 | 101101 |
Color Harmonies of #008EE8
Complementary color
Monochromatic Colors of #008EE8
Black with #008EE8
Text Example
Text Example
White with #008EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EE8; }
p { color: rgb(0,142,232); }
H1.HeaderClassName
{
color: #008EE8;
}
.AnyTagClassName
{
color: #008EE8;
}
</style>
background-color css
<style>
a { background-color: #008EE8; }
a { background-color: rgb(0,142,232); }
div.DivClassName
{
background-color: #008EE8;
}
.BgClassName
{
background-color: #008EE8;
}
</style>
border-color css
<style>
span { border-color: #008EE8; }
span { border-color: rgb(0,142,232); }
td.TdClassName
{
border-color: #008EE8;
}
.TagClassName
{
border-color: #008EE8;
}
</style>