Shades of Dodger Blue #09A0EA
Tints of Dodger Blue #09A0EA
RGB
CMYK
RGB Variations
Color information
#09A0EA (or 0x09A0EA) is known color: Dodger Blue. HEX triplet: 09, A0 and EA. RGB value is (9,160,234). Sum of RGB (Red+Green+Blue) = 9+160+234=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #09A0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0EA is #F65F15. Grayscale: #7A7A7A. Windows color (decimal): -16146198 or 15376393. OLE color: 15376393.
HSL color Cylindrical-coordinate representation of color #09A0EA: hue angle of 199.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0EA is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 160 | 234 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.08 |
| HSL | 199.73º | 0.93% | 0.48% | - |
| HSV(B) | 199.73º | 0.96% | 0.92% | - |
| XYZ | 27.53 | 31.14 | 82.4 | - |
| YUV | 123.29 | 190.47 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 234 | 0.96 | 0.32 | 0 | 0.08 | 199.73 | 0.93 | 0.48 |
| Hex | 9 | A0 | EA | 60 | 20 | 0 | 8 | C8 | 5D | 30 |
| Octal | 11 | 240 | 352 | 140 | 40 | 0 | 10 | 310 | 135 | 60 |
| Binary | 1001 | 10100000 | 11101010 | 1100000 | 100000 | 0 | 1000 | 11001000 | 1011101 | 110000 |
Color Harmonies of #09A0EA
Complementary color
Monochromatic Colors of #09A0EA
Black with #09A0EA
Text Example
Text Example
White with #09A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0EA; }
p { color: rgb(9,160,234); }
H1.HeaderClassName
{
color: #09A0EA;
}
.AnyTagClassName
{
color: #09A0EA;
}
</style>
background-color css
<style>
a { background-color: #09A0EA; }
a { background-color: rgb(9,160,234); }
div.DivClassName
{
background-color: #09A0EA;
}
.BgClassName
{
background-color: #09A0EA;
}
</style>
border-color css
<style>
span { border-color: #09A0EA; }
span { border-color: rgb(9,160,234); }
td.TdClassName
{
border-color: #09A0EA;
}
.TagClassName
{
border-color: #09A0EA;
}
</style>