Shades of Dodger Blue #008EEC
Tints of Dodger Blue #008EEC
RGB
CMYK
RGB Variations
Color information
#008EEC (or 0x008EEC) is known color: Dodger Blue. HEX triplet: 00, 8E and EC. RGB value is (0,142,236). Sum of RGB (Red+Green+Blue) = 0+142+236=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #008EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EEC is #FF7113. Grayscale: #6D6D6D. Windows color (decimal): -16740628 or 15502848. OLE color: 15502848.
HSL color Cylindrical-coordinate representation of color #008EEC: hue angle of 203.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EEC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 142 | 236 | - |
| CMYK | 1 | 0.40 | 0 | 0.07 |
| HSL | 203.9º | 1% | 0.46% | - |
| HSV(B) | 203.9º | 1% | 0.93% | - |
| XYZ | 24.81 | 25.4 | 82.95 | - |
| YUV | 110.26 | 198.96 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 236 | 1 | 0.40 | 0 | 0.07 | 203.9 | 1 | 0.46 |
| Hex | 0 | 8E | EC | 64 | 28 | 0 | 7 | CC | 64 | 2E |
| Octal | 0 | 216 | 354 | 144 | 50 | 0 | 7 | 314 | 144 | 56 |
| Binary | 0 | 10001110 | 11101100 | 1100100 | 101000 | 0 | 111 | 11001100 | 1100100 | 101110 |
Color Harmonies of #008EEC
Complementary color
Monochromatic Colors of #008EEC
Black with #008EEC
Text Example
Text Example
White with #008EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EEC; }
p { color: rgb(0,142,236); }
H1.HeaderClassName
{
color: #008EEC;
}
.AnyTagClassName
{
color: #008EEC;
}
</style>
background-color css
<style>
a { background-color: #008EEC; }
a { background-color: rgb(0,142,236); }
div.DivClassName
{
background-color: #008EEC;
}
.BgClassName
{
background-color: #008EEC;
}
</style>
border-color css
<style>
span { border-color: #008EEC; }
span { border-color: rgb(0,142,236); }
td.TdClassName
{
border-color: #008EEC;
}
.TagClassName
{
border-color: #008EEC;
}
</style>