Shades of Dodger Blue #0A76FC
Tints of Dodger Blue #0A76FC
RGB
CMYK
RGB Variations
Color information
#0A76FC (or 0x0A76FC) is known color: Dodger Blue. HEX triplet: 0A, 76 and FC. RGB value is (10,118,252). Sum of RGB (Red+Green+Blue) = 10+118+252=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A76FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A76FC is #F58903. Grayscale: #646464. Windows color (decimal): -16091396 or 16545290. OLE color: 16545290.
HSL color Cylindrical-coordinate representation of color #0A76FC: hue angle of 213.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A76FC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 118 | 252 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.01 |
| HSL | 213.22º | 0.98% | 0.51% | - |
| HSV(B) | 213.22º | 0.96% | 0.99% | - |
| XYZ | 24.17 | 20.05 | 94.69 | - |
| YUV | 100.98 | 213.22 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 252 | 0.96 | 0.53 | 0 | 0.01 | 213.22 | 0.98 | 0.51 |
| Hex | A | 76 | FC | 60 | 35 | 0 | 1 | D5 | 62 | 33 |
| Octal | 12 | 166 | 374 | 140 | 65 | 0 | 1 | 325 | 142 | 63 |
| Binary | 1010 | 1110110 | 11111100 | 1100000 | 110101 | 0 | 1 | 11010101 | 1100010 | 110011 |
Color Harmonies of #0A76FC
Complementary color
Monochromatic Colors of #0A76FC
Black with #0A76FC
Text Example
Text Example
White with #0A76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A76FC; }
p { color: rgb(10,118,252); }
H1.HeaderClassName
{
color: #0A76FC;
}
.AnyTagClassName
{
color: #0A76FC;
}
</style>
background-color css
<style>
a { background-color: #0A76FC; }
a { background-color: rgb(10,118,252); }
div.DivClassName
{
background-color: #0A76FC;
}
.BgClassName
{
background-color: #0A76FC;
}
</style>
border-color css
<style>
span { border-color: #0A76FC; }
span { border-color: rgb(10,118,252); }
td.TdClassName
{
border-color: #0A76FC;
}
.TagClassName
{
border-color: #0A76FC;
}
</style>