Shades of Dodger Blue #008FE9
Tints of Dodger Blue #008FE9
RGB
CMYK
RGB Variations
Color information
#008FE9 (or 0x008FE9) is known color: Dodger Blue. HEX triplet: 00, 8F and E9. RGB value is (0,143,233). Sum of RGB (Red+Green+Blue) = 0+143+233=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #008FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FE9 is #FF7016. Grayscale: #6D6D6D. Windows color (decimal): -16740375 or 15306496. OLE color: 15306496.
HSL color Cylindrical-coordinate representation of color #008FE9: hue angle of 203.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FE9 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 143 | 233 | - |
| CMYK | 1 | 0.39 | 0 | 0.09 |
| HSL | 203.18º | 1% | 0.46% | - |
| HSV(B) | 203.18º | 1% | 0.91% | - |
| XYZ | 24.53 | 25.53 | 80.73 | - |
| YUV | 110.5 | 197.12 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 233 | 1 | 0.39 | 0 | 0.09 | 203.18 | 1 | 0.46 |
| Hex | 0 | 8F | E9 | 64 | 27 | 0 | 9 | CB | 64 | 2E |
| Octal | 0 | 217 | 351 | 144 | 47 | 0 | 11 | 313 | 144 | 56 |
| Binary | 0 | 10001111 | 11101001 | 1100100 | 100111 | 0 | 1001 | 11001011 | 1100100 | 101110 |
Color Harmonies of #008FE9
Complementary color
Monochromatic Colors of #008FE9
Black with #008FE9
Text Example
Text Example
White with #008FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FE9; }
p { color: rgb(0,143,233); }
H1.HeaderClassName
{
color: #008FE9;
}
.AnyTagClassName
{
color: #008FE9;
}
</style>
background-color css
<style>
a { background-color: #008FE9; }
a { background-color: rgb(0,143,233); }
div.DivClassName
{
background-color: #008FE9;
}
.BgClassName
{
background-color: #008FE9;
}
</style>
border-color css
<style>
span { border-color: #008FE9; }
span { border-color: rgb(0,143,233); }
td.TdClassName
{
border-color: #008FE9;
}
.TagClassName
{
border-color: #008FE9;
}
</style>