Shades of Dodger Blue #0A9DEF
Tints of Dodger Blue #0A9DEF
RGB
CMYK
RGB Variations
Color information
#0A9DEF (or 0x0A9DEF) is known color: Dodger Blue. HEX triplet: 0A, 9D and EF. RGB value is (10,157,239). Sum of RGB (Red+Green+Blue) = 10+157+239=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A9DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9DEF is #F56210. Grayscale: #797979. Windows color (decimal): -16081425 or 15703306. OLE color: 15703306.
HSL color Cylindrical-coordinate representation of color #0A9DEF: hue angle of 201.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9DEF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 157 | 239 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.06 |
| HSL | 201.48º | 0.92% | 0.49% | - |
| HSV(B) | 201.48º | 0.96% | 0.94% | - |
| XYZ | 27.76 | 30.41 | 86.07 | - |
| YUV | 122.4 | 193.8 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 239 | 0.96 | 0.34 | 0 | 0.06 | 201.48 | 0.92 | 0.49 |
| Hex | A | 9D | EF | 60 | 22 | 0 | 6 | C9 | 5C | 31 |
| Octal | 12 | 235 | 357 | 140 | 42 | 0 | 6 | 311 | 134 | 61 |
| Binary | 1010 | 10011101 | 11101111 | 1100000 | 100010 | 0 | 110 | 11001001 | 1011100 | 110001 |
Color Harmonies of #0A9DEF
Complementary color
Monochromatic Colors of #0A9DEF
Black with #0A9DEF
Text Example
Text Example
White with #0A9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DEF; }
p { color: rgb(10,157,239); }
H1.HeaderClassName
{
color: #0A9DEF;
}
.AnyTagClassName
{
color: #0A9DEF;
}
</style>
background-color css
<style>
a { background-color: #0A9DEF; }
a { background-color: rgb(10,157,239); }
div.DivClassName
{
background-color: #0A9DEF;
}
.BgClassName
{
background-color: #0A9DEF;
}
</style>
border-color css
<style>
span { border-color: #0A9DEF; }
span { border-color: rgb(10,157,239); }
td.TdClassName
{
border-color: #0A9DEF;
}
.TagClassName
{
border-color: #0A9DEF;
}
</style>