Shades of Dodger Blue #009AF0
Tints of Dodger Blue #009AF0
RGB
CMYK
RGB Variations
Color information
#009AF0 (or 0x009AF0) is known color: Dodger Blue. HEX triplet: 00, 9A and F0. RGB value is (0,154,240). Sum of RGB (Red+Green+Blue) = 0+154+240=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #009AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AF0 is #FF650F. Grayscale: #757575. Windows color (decimal): -16737552 or 15768064. OLE color: 15768064.
HSL color Cylindrical-coordinate representation of color #009AF0: hue angle of 201.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 #009AF0 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 154 | 240 | - |
| CMYK | 1 | 0.36 | 0 | 0.06 |
| HSL | 201.5º | 1% | 0.47% | - |
| HSV(B) | 201.5º | 1% | 0.94% | - |
| XYZ | 27.28 | 29.4 | 86.68 | - |
| YUV | 117.76 | 196.98 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 240 | 1 | 0.36 | 0 | 0.06 | 201.5 | 1 | 0.47 |
| Hex | 0 | 9A | F0 | 64 | 24 | 0 | 6 | CA | 64 | 2F |
| Octal | 0 | 232 | 360 | 144 | 44 | 0 | 6 | 312 | 144 | 57 |
| Binary | 0 | 10011010 | 11110000 | 1100100 | 100100 | 0 | 110 | 11001010 | 1100100 | 101111 |
Color Harmonies of #009AF0
Complementary color
Monochromatic Colors of #009AF0
Black with #009AF0
Text Example
Text Example
White with #009AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AF0; }
p { color: rgb(0,154,240); }
H1.HeaderClassName
{
color: #009AF0;
}
.AnyTagClassName
{
color: #009AF0;
}
</style>
background-color css
<style>
a { background-color: #009AF0; }
a { background-color: rgb(0,154,240); }
div.DivClassName
{
background-color: #009AF0;
}
.BgClassName
{
background-color: #009AF0;
}
</style>
border-color css
<style>
span { border-color: #009AF0; }
span { border-color: rgb(0,154,240); }
td.TdClassName
{
border-color: #009AF0;
}
.TagClassName
{
border-color: #009AF0;
}
</style>