Shades of Dodger Blue #009AFA
Tints of Dodger Blue #009AFA
RGB
CMYK
RGB Variations
Color information
#009AFA (or 0x009AFA) is known color: Dodger Blue. HEX triplet: 00, 9A and FA. RGB value is (0,154,250). Sum of RGB (Red+Green+Blue) = 0+154+250=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #009AFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AFA is #FF6505. Grayscale: #767676. Windows color (decimal): -16737542 or 16423424. OLE color: 16423424.
HSL color Cylindrical-coordinate representation of color #009AFA: hue angle of 203.04º 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 #009AFA is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 154 | 250 | - |
| CMYK | 1 | 0.38 | 0 | 0.02 |
| HSL | 203.04º | 1% | 0.49% | - |
| HSV(B) | 203.04º | 1% | 0.98% | - |
| XYZ | 28.81 | 30.01 | 94.72 | - |
| YUV | 118.9 | 201.98 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 250 | 1 | 0.38 | 0 | 0.02 | 203.04 | 1 | 0.49 |
| Hex | 0 | 9A | FA | 64 | 26 | 0 | 2 | CB | 64 | 31 |
| Octal | 0 | 232 | 372 | 144 | 46 | 0 | 2 | 313 | 144 | 61 |
| Binary | 0 | 10011010 | 11111010 | 1100100 | 100110 | 0 | 10 | 11001011 | 1100100 | 110001 |
Color Harmonies of #009AFA
Complementary color
Monochromatic Colors of #009AFA
Black with #009AFA
Text Example
Text Example
White with #009AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AFA; }
p { color: rgb(0,154,250); }
H1.HeaderClassName
{
color: #009AFA;
}
.AnyTagClassName
{
color: #009AFA;
}
</style>
background-color css
<style>
a { background-color: #009AFA; }
a { background-color: rgb(0,154,250); }
div.DivClassName
{
background-color: #009AFA;
}
.BgClassName
{
background-color: #009AFA;
}
</style>
border-color css
<style>
span { border-color: #009AFA; }
span { border-color: rgb(0,154,250); }
td.TdClassName
{
border-color: #009AFA;
}
.TagClassName
{
border-color: #009AFA;
}
</style>