Shades of Dodger Blue #008EE7
Tints of Dodger Blue #008EE7
RGB
CMYK
RGB Variations
Color information
#008EE7 (or 0x008EE7) is known color: Dodger Blue. HEX triplet: 00, 8E and E7. RGB value is (0,142,231). Sum of RGB (Red+Green+Blue) = 0+142+231=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 231 (90.62% from 255 or 61.93% from 373); Max value from RGB is 231 - color contains mainly: blue. Hex color #008EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EE7 is #FF7118. Grayscale: #6D6D6D. Windows color (decimal): -16740633 or 15175168. OLE color: 15175168.
HSL color Cylindrical-coordinate representation of color #008EE7: hue angle of 203.12º 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 #008EE7 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 142 | 231 | - |
| CMYK | 1 | 0.39 | 0 | 0.09 |
| HSL | 203.12º | 1% | 0.45% | - |
| HSV(B) | 203.12º | 1% | 0.91% | - |
| XYZ | 24.1 | 25.12 | 79.18 | - |
| YUV | 109.69 | 196.46 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 231 | 1 | 0.39 | 0 | 0.09 | 203.12 | 1 | 0.45 |
| Hex | 0 | 8E | E7 | 64 | 27 | 0 | 9 | CB | 64 | 2D |
| Octal | 0 | 216 | 347 | 144 | 47 | 0 | 11 | 313 | 144 | 55 |
| Binary | 0 | 10001110 | 11100111 | 1100100 | 100111 | 0 | 1001 | 11001011 | 1100100 | 101101 |
Color Harmonies of #008EE7
Complementary color
Monochromatic Colors of #008EE7
Black with #008EE7
Text Example
Text Example
White with #008EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EE7; }
p { color: rgb(0,142,231); }
H1.HeaderClassName
{
color: #008EE7;
}
.AnyTagClassName
{
color: #008EE7;
}
</style>
background-color css
<style>
a { background-color: #008EE7; }
a { background-color: rgb(0,142,231); }
div.DivClassName
{
background-color: #008EE7;
}
.BgClassName
{
background-color: #008EE7;
}
</style>
border-color css
<style>
span { border-color: #008EE7; }
span { border-color: rgb(0,142,231); }
td.TdClassName
{
border-color: #008EE7;
}
.TagClassName
{
border-color: #008EE7;
}
</style>