Shades of Dodger Blue #009EFF
Tints of Dodger Blue #009EFF
RGB
CMYK
RGB Variations
Color information
#009EFF (or 0x009EFF) is known color: Dodger Blue. HEX triplet: 00, 9E and FF. RGB value is (0,158,255). Sum of RGB (Red+Green+Blue) = 0+158+255=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #009EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EFF is #FF6100. Grayscale: #797979. Windows color (decimal): -16736513 or 16752128. OLE color: 16752128.
HSL color Cylindrical-coordinate representation of color #009EFF: hue angle of 202.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EFF is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 158 | 255 | - |
| CMYK | 1 | 0.38 | 0 | 0 |
| HSL | 202.82º | 1% | 0.5% | - |
| HSV(B) | 202.82º | 1% | 1% | - |
| XYZ | 30.28 | 31.67 | 99.13 | - |
| YUV | 121.82 | 203.15 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 255 | 1 | 0.38 | 0 | 0 | 202.82 | 1 | 0.5 |
| Hex | 0 | 9E | FF | 64 | 26 | 0 | 0 | CB | 64 | 32 |
| Octal | 0 | 236 | 377 | 144 | 46 | 0 | 0 | 313 | 144 | 62 |
| Binary | 0 | 10011110 | 11111111 | 1100100 | 100110 | 0 | 0 | 11001011 | 1100100 | 110010 |
Color Harmonies of #009EFF
Complementary color
Monochromatic Colors of #009EFF
Black with #009EFF
Text Example
Text Example
White with #009EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EFF; }
p { color: rgb(0,158,255); }
H1.HeaderClassName
{
color: #009EFF;
}
.AnyTagClassName
{
color: #009EFF;
}
</style>
background-color css
<style>
a { background-color: #009EFF; }
a { background-color: rgb(0,158,255); }
div.DivClassName
{
background-color: #009EFF;
}
.BgClassName
{
background-color: #009EFF;
}
</style>
border-color css
<style>
span { border-color: #009EFF; }
span { border-color: rgb(0,158,255); }
td.TdClassName
{
border-color: #009EFF;
}
.TagClassName
{
border-color: #009EFF;
}
</style>