Shades of Dodger Blue #009AFE
Tints of Dodger Blue #009AFE
RGB
CMYK
RGB Variations
Color information
#009AFE (or 0x009AFE) is known color: Dodger Blue. HEX triplet: 00, 9A and FE. RGB value is (0,154,254). Sum of RGB (Red+Green+Blue) = 0+154+254=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #009AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AFE is #FF6501. Grayscale: #767676. Windows color (decimal): -16737538 or 16685568. OLE color: 16685568.
HSL color Cylindrical-coordinate representation of color #009AFE: hue angle of 203.62º 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 #009AFE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 154 | 254 | - |
| CMYK | 1 | 0.39 | 0 | 0.00 |
| HSL | 203.62º | 1% | 0.5% | - |
| HSV(B) | 203.62º | 1% | 1% | - |
| XYZ | 29.45 | 30.27 | 98.06 | - |
| YUV | 119.35 | 203.98 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 254 | 1 | 0.39 | 0 | 0.00 | 203.62 | 1 | 0.5 |
| Hex | 0 | 9A | FE | 64 | 27 | 0 | 0 | CC | 64 | 32 |
| Octal | 0 | 232 | 376 | 144 | 47 | 0 | 0 | 314 | 144 | 62 |
| Binary | 0 | 10011010 | 11111110 | 1100100 | 100111 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #009AFE
Complementary color
Monochromatic Colors of #009AFE
Black with #009AFE
Text Example
Text Example
White with #009AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AFE; }
p { color: rgb(0,154,254); }
H1.HeaderClassName
{
color: #009AFE;
}
.AnyTagClassName
{
color: #009AFE;
}
</style>
background-color css
<style>
a { background-color: #009AFE; }
a { background-color: rgb(0,154,254); }
div.DivClassName
{
background-color: #009AFE;
}
.BgClassName
{
background-color: #009AFE;
}
</style>
border-color css
<style>
span { border-color: #009AFE; }
span { border-color: rgb(0,154,254); }
td.TdClassName
{
border-color: #009AFE;
}
.TagClassName
{
border-color: #009AFE;
}
</style>