Shades of Dodger Blue #008EF0
Tints of Dodger Blue #008EF0
RGB
CMYK
RGB Variations
Color information
#008EF0 (or 0x008EF0) is known color: Dodger Blue. HEX triplet: 00, 8E and F0. RGB value is (0,142,240). Sum of RGB (Red+Green+Blue) = 0+142+240=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #008EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EF0 is #FF710F. Grayscale: #6E6E6E. Windows color (decimal): -16740624 or 15764992. OLE color: 15764992.
HSL color Cylindrical-coordinate representation of color #008EF0: hue angle of 204.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EF0 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 142 | 240 | - |
| CMYK | 1 | 0.41 | 0 | 0.06 |
| HSL | 204.5º | 1% | 0.47% | - |
| HSV(B) | 204.5º | 1% | 0.94% | - |
| XYZ | 25.4 | 25.64 | 86.05 | - |
| YUV | 110.71 | 200.96 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 240 | 1 | 0.41 | 0 | 0.06 | 204.5 | 1 | 0.47 |
| Hex | 0 | 8E | F0 | 64 | 29 | 0 | 6 | CC | 64 | 2F |
| Octal | 0 | 216 | 360 | 144 | 51 | 0 | 6 | 314 | 144 | 57 |
| Binary | 0 | 10001110 | 11110000 | 1100100 | 101001 | 0 | 110 | 11001100 | 1100100 | 101111 |
Color Harmonies of #008EF0
Complementary color
Monochromatic Colors of #008EF0
Black with #008EF0
Text Example
Text Example
White with #008EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EF0; }
p { color: rgb(0,142,240); }
H1.HeaderClassName
{
color: #008EF0;
}
.AnyTagClassName
{
color: #008EF0;
}
</style>
background-color css
<style>
a { background-color: #008EF0; }
a { background-color: rgb(0,142,240); }
div.DivClassName
{
background-color: #008EF0;
}
.BgClassName
{
background-color: #008EF0;
}
</style>
border-color css
<style>
span { border-color: #008EF0; }
span { border-color: rgb(0,142,240); }
td.TdClassName
{
border-color: #008EF0;
}
.TagClassName
{
border-color: #008EF0;
}
</style>