Shades of Dodger Blue #0A9AF2
Tints of Dodger Blue #0A9AF2
RGB
CMYK
RGB Variations
Color information
#0A9AF2 (or 0x0A9AF2) is known color: Dodger Blue. HEX triplet: 0A, 9A and F2. RGB value is (10,154,242). Sum of RGB (Red+Green+Blue) = 10+154+242=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #0A9AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9AF2 is #F5650D. Grayscale: #787878. Windows color (decimal): -16082190 or 15899146. OLE color: 15899146.
HSL color Cylindrical-coordinate representation of color #0A9AF2: hue angle of 202.76º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9AF2 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 154 | 242 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.05 |
| HSL | 202.76º | 0.92% | 0.49% | - |
| HSV(B) | 202.76º | 0.96% | 0.95% | - |
| XYZ | 27.71 | 29.59 | 88.25 | - |
| YUV | 120.98 | 196.29 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 242 | 0.96 | 0.36 | 0 | 0.05 | 202.76 | 0.92 | 0.49 |
| Hex | A | 9A | F2 | 60 | 24 | 0 | 5 | CB | 5C | 31 |
| Octal | 12 | 232 | 362 | 140 | 44 | 0 | 5 | 313 | 134 | 61 |
| Binary | 1010 | 10011010 | 11110010 | 1100000 | 100100 | 0 | 101 | 11001011 | 1011100 | 110001 |
Color Harmonies of #0A9AF2
Complementary color
Monochromatic Colors of #0A9AF2
Black with #0A9AF2
Text Example
Text Example
White with #0A9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9AF2; }
p { color: rgb(10,154,242); }
H1.HeaderClassName
{
color: #0A9AF2;
}
.AnyTagClassName
{
color: #0A9AF2;
}
</style>
background-color css
<style>
a { background-color: #0A9AF2; }
a { background-color: rgb(10,154,242); }
div.DivClassName
{
background-color: #0A9AF2;
}
.BgClassName
{
background-color: #0A9AF2;
}
</style>
border-color css
<style>
span { border-color: #0A9AF2; }
span { border-color: rgb(10,154,242); }
td.TdClassName
{
border-color: #0A9AF2;
}
.TagClassName
{
border-color: #0A9AF2;
}
</style>