Shades of Dodger Blue #0A95FA
Tints of Dodger Blue #0A95FA
RGB
CMYK
RGB Variations
Color information
#0A95FA (or 0x0A95FA) is known color: Dodger Blue. HEX triplet: 0A, 95 and FA. RGB value is (10,149,250). Sum of RGB (Red+Green+Blue) = 10+149+250=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A95FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A95FA is #F56A05. Grayscale: #767676. Windows color (decimal): -16083462 or 16422154. OLE color: 16422154.
HSL color Cylindrical-coordinate representation of color #0A95FA: hue angle of 205.25º 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 #0A95FA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 149 | 250 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.02 |
| HSL | 205.25º | 0.96% | 0.51% | - |
| HSV(B) | 205.25º | 0.96% | 0.98% | - |
| XYZ | 28.13 | 28.46 | 94.45 | - |
| YUV | 118.95 | 201.95 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 250 | 0.96 | 0.40 | 0 | 0.02 | 205.25 | 0.96 | 0.51 |
| Hex | A | 95 | FA | 60 | 28 | 0 | 2 | CD | 60 | 33 |
| Octal | 12 | 225 | 372 | 140 | 50 | 0 | 2 | 315 | 140 | 63 |
| Binary | 1010 | 10010101 | 11111010 | 1100000 | 101000 | 0 | 10 | 11001101 | 1100000 | 110011 |
Color Harmonies of #0A95FA
Complementary color
Monochromatic Colors of #0A95FA
Black with #0A95FA
Text Example
Text Example
White with #0A95FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A95FA; }
p { color: rgb(10,149,250); }
H1.HeaderClassName
{
color: #0A95FA;
}
.AnyTagClassName
{
color: #0A95FA;
}
</style>
background-color css
<style>
a { background-color: #0A95FA; }
a { background-color: rgb(10,149,250); }
div.DivClassName
{
background-color: #0A95FA;
}
.BgClassName
{
background-color: #0A95FA;
}
</style>
border-color css
<style>
span { border-color: #0A95FA; }
span { border-color: rgb(10,149,250); }
td.TdClassName
{
border-color: #0A95FA;
}
.TagClassName
{
border-color: #0A95FA;
}
</style>