Shades of Dodger Blue #0A79FF
Tints of Dodger Blue #0A79FF
RGB
CMYK
RGB Variations
Color information
#0A79FF (or 0x0A79FF) is known color: Dodger Blue. HEX triplet: 0A, 79 and FF. RGB value is (10,121,255). Sum of RGB (Red+Green+Blue) = 10+121+255=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A79FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A79FF is #F58600. Grayscale: #666666. Windows color (decimal): -16090625 or 16742666. OLE color: 16742666.
HSL color Cylindrical-coordinate representation of color #0A79FF: hue angle of 212.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A79FF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 121 | 255 | - |
| CMYK | 0.96 | 0.53 | 0 | 0 |
| HSL | 212.82º | 1% | 0.52% | - |
| HSV(B) | 212.82º | 0.96% | 1% | - |
| XYZ | 25.01 | 20.96 | 97.33 | - |
| YUV | 103.09 | 213.73 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 255 | 0.96 | 0.53 | 0 | 0 | 212.82 | 1 | 0.52 |
| Hex | A | 79 | FF | 60 | 35 | 0 | 0 | D5 | 64 | 34 |
| Octal | 12 | 171 | 377 | 140 | 65 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1010 | 1111001 | 11111111 | 1100000 | 110101 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0A79FF
Complementary color
Monochromatic Colors of #0A79FF
Black with #0A79FF
Text Example
Text Example
White with #0A79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A79FF; }
p { color: rgb(10,121,255); }
H1.HeaderClassName
{
color: #0A79FF;
}
.AnyTagClassName
{
color: #0A79FF;
}
</style>
background-color css
<style>
a { background-color: #0A79FF; }
a { background-color: rgb(10,121,255); }
div.DivClassName
{
background-color: #0A79FF;
}
.BgClassName
{
background-color: #0A79FF;
}
</style>
border-color css
<style>
span { border-color: #0A79FF; }
span { border-color: rgb(10,121,255); }
td.TdClassName
{
border-color: #0A79FF;
}
.TagClassName
{
border-color: #0A79FF;
}
</style>