Shades of Dodger Blue #008EEA
Tints of Dodger Blue #008EEA
RGB
CMYK
RGB Variations
Color information
#008EEA (or 0x008EEA) is known color: Dodger Blue. HEX triplet: 00, 8E and EA. RGB value is (0,142,234). Sum of RGB (Red+Green+Blue) = 0+142+234=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #008EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EEA is #FF7115. Grayscale: #6D6D6D. Windows color (decimal): -16740630 or 15371776. OLE color: 15371776.
HSL color Cylindrical-coordinate representation of color #008EEA: hue angle of 203.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EEA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 142 | 234 | - |
| CMYK | 1 | 0.39 | 0 | 0.08 |
| HSL | 203.59º | 1% | 0.46% | - |
| HSV(B) | 203.59º | 1% | 0.92% | - |
| XYZ | 24.52 | 25.29 | 81.43 | - |
| YUV | 110.03 | 197.96 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 234 | 1 | 0.39 | 0 | 0.08 | 203.59 | 1 | 0.46 |
| Hex | 0 | 8E | EA | 64 | 27 | 0 | 8 | CC | 64 | 2E |
| Octal | 0 | 216 | 352 | 144 | 47 | 0 | 10 | 314 | 144 | 56 |
| Binary | 0 | 10001110 | 11101010 | 1100100 | 100111 | 0 | 1000 | 11001100 | 1100100 | 101110 |
Color Harmonies of #008EEA
Complementary color
Monochromatic Colors of #008EEA
Black with #008EEA
Text Example
Text Example
White with #008EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EEA; }
p { color: rgb(0,142,234); }
H1.HeaderClassName
{
color: #008EEA;
}
.AnyTagClassName
{
color: #008EEA;
}
</style>
background-color css
<style>
a { background-color: #008EEA; }
a { background-color: rgb(0,142,234); }
div.DivClassName
{
background-color: #008EEA;
}
.BgClassName
{
background-color: #008EEA;
}
</style>
border-color css
<style>
span { border-color: #008EEA; }
span { border-color: rgb(0,142,234); }
td.TdClassName
{
border-color: #008EEA;
}
.TagClassName
{
border-color: #008EEA;
}
</style>