Shades of Dodger Blue #09A0F9
Tints of Dodger Blue #09A0F9
RGB
CMYK
RGB Variations
Color information
#09A0F9 (or 0x09A0F9) is known color: Dodger Blue. HEX triplet: 09, A0 and F9. RGB value is (9,160,249). Sum of RGB (Red+Green+Blue) = 9+160+249=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #09A0F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0F9 is #F65F06. Grayscale: #7C7C7C. Windows color (decimal): -16146183 or 16359433. OLE color: 16359433.
HSL color Cylindrical-coordinate representation of color #09A0F9: hue angle of 202.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0F9 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 160 | 249 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.02 |
| HSL | 202.25º | 0.95% | 0.51% | - |
| HSV(B) | 202.25º | 0.96% | 0.98% | - |
| XYZ | 29.78 | 32.04 | 94.24 | - |
| YUV | 125 | 197.97 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 249 | 0.96 | 0.36 | 0 | 0.02 | 202.25 | 0.95 | 0.51 |
| Hex | 9 | A0 | F9 | 60 | 24 | 0 | 2 | CA | 5F | 33 |
| Octal | 11 | 240 | 371 | 140 | 44 | 0 | 2 | 312 | 137 | 63 |
| Binary | 1001 | 10100000 | 11111001 | 1100000 | 100100 | 0 | 10 | 11001010 | 1011111 | 110011 |
Color Harmonies of #09A0F9
Complementary color
Monochromatic Colors of #09A0F9
Black with #09A0F9
Text Example
Text Example
White with #09A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0F9; }
p { color: rgb(9,160,249); }
H1.HeaderClassName
{
color: #09A0F9;
}
.AnyTagClassName
{
color: #09A0F9;
}
</style>
background-color css
<style>
a { background-color: #09A0F9; }
a { background-color: rgb(9,160,249); }
div.DivClassName
{
background-color: #09A0F9;
}
.BgClassName
{
background-color: #09A0F9;
}
</style>
border-color css
<style>
span { border-color: #09A0F9; }
span { border-color: rgb(9,160,249); }
td.TdClassName
{
border-color: #09A0F9;
}
.TagClassName
{
border-color: #09A0F9;
}
</style>