Shades of Dodger Blue #0A96FA
Tints of Dodger Blue #0A96FA
RGB
CMYK
RGB Variations
Color information
#0A96FA (or 0x0A96FA) is known color: Dodger Blue. HEX triplet: 0A, 96 and FA. RGB value is (10,150,250). Sum of RGB (Red+Green+Blue) = 10+150+250=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A96FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A96FA is #F56905. Grayscale: #777777. Windows color (decimal): -16083206 or 16422410. OLE color: 16422410.
HSL color Cylindrical-coordinate representation of color #0A96FA: hue angle of 205º degrees, saturation: 0.96, 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 #0A96FA is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 150 | 250 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.02 |
| HSL | 205º | 0.96% | 0.51% | - |
| HSV(B) | 205º | 0.96% | 0.98% | - |
| XYZ | 28.29 | 28.78 | 94.51 | - |
| YUV | 119.54 | 201.62 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 250 | 0.96 | 0.4 | 0 | 0.02 | 205 | 0.96 | 0.51 |
| Hex | A | 96 | FA | 60 | 28 | 0 | 2 | CD | 60 | 33 |
| Octal | 12 | 226 | 372 | 140 | 50 | 0 | 2 | 315 | 140 | 63 |
| Binary | 1010 | 10010110 | 11111010 | 1100000 | 101000 | 0 | 10 | 11001101 | 1100000 | 110011 |
Color Harmonies of #0A96FA
Complementary color
Monochromatic Colors of #0A96FA
Black with #0A96FA
Text Example
Text Example
White with #0A96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A96FA; }
p { color: rgb(10,150,250); }
H1.HeaderClassName
{
color: #0A96FA;
}
.AnyTagClassName
{
color: #0A96FA;
}
</style>
background-color css
<style>
a { background-color: #0A96FA; }
a { background-color: rgb(10,150,250); }
div.DivClassName
{
background-color: #0A96FA;
}
.BgClassName
{
background-color: #0A96FA;
}
</style>
border-color css
<style>
span { border-color: #0A96FA; }
span { border-color: rgb(10,150,250); }
td.TdClassName
{
border-color: #0A96FA;
}
.TagClassName
{
border-color: #0A96FA;
}
</style>