Shades of Dodger Blue #008EF9
Tints of Dodger Blue #008EF9
RGB
CMYK
RGB Variations
Color information
#008EF9 (or 0x008EF9) is known color: Dodger Blue. HEX triplet: 00, 8E and F9. RGB value is (0,142,249). Sum of RGB (Red+Green+Blue) = 0+142+249=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #008EF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EF9 is #FF7106. Grayscale: #6F6F6F. Windows color (decimal): -16740615 or 16354816. OLE color: 16354816.
HSL color Cylindrical-coordinate representation of color #008EF9: hue angle of 205.78º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EF9 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 142 | 249 | - |
| CMYK | 1 | 0.43 | 0 | 0.02 |
| HSL | 205.78º | 1% | 0.49% | - |
| HSV(B) | 205.78º | 1% | 0.98% | - |
| XYZ | 26.77 | 26.19 | 93.27 | - |
| YUV | 111.74 | 205.46 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 249 | 1 | 0.43 | 0 | 0.02 | 205.78 | 1 | 0.49 |
| Hex | 0 | 8E | F9 | 64 | 2B | 0 | 2 | CE | 64 | 31 |
| Octal | 0 | 216 | 371 | 144 | 53 | 0 | 2 | 316 | 144 | 61 |
| Binary | 0 | 10001110 | 11111001 | 1100100 | 101011 | 0 | 10 | 11001110 | 1100100 | 110001 |
Color Harmonies of #008EF9
Complementary color
Monochromatic Colors of #008EF9
Black with #008EF9
Text Example
Text Example
White with #008EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EF9; }
p { color: rgb(0,142,249); }
H1.HeaderClassName
{
color: #008EF9;
}
.AnyTagClassName
{
color: #008EF9;
}
</style>
background-color css
<style>
a { background-color: #008EF9; }
a { background-color: rgb(0,142,249); }
div.DivClassName
{
background-color: #008EF9;
}
.BgClassName
{
background-color: #008EF9;
}
</style>
border-color css
<style>
span { border-color: #008EF9; }
span { border-color: rgb(0,142,249); }
td.TdClassName
{
border-color: #008EF9;
}
.TagClassName
{
border-color: #008EF9;
}
</style>