Shades of Dodger Blue #0A76F1
Tints of Dodger Blue #0A76F1
RGB
CMYK
RGB Variations
Color information
#0A76F1 (or 0x0A76F1) is known color: Dodger Blue. HEX triplet: 0A, 76 and F1. RGB value is (10,118,241). Sum of RGB (Red+Green+Blue) = 10+118+241=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A76F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A76F1 is #F5890E. Grayscale: #636363. Windows color (decimal): -16091407 or 15824394. OLE color: 15824394.
HSL color Cylindrical-coordinate representation of color #0A76F1: hue angle of 211.95º 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 #0A76F1 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 118 | 241 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.05 |
| HSL | 211.95º | 0.92% | 0.49% | - |
| HSV(B) | 211.95º | 0.96% | 0.95% | - |
| XYZ | 22.48 | 19.37 | 85.77 | - |
| YUV | 99.73 | 207.72 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 241 | 0.96 | 0.51 | 0 | 0.05 | 211.95 | 0.92 | 0.49 |
| Hex | A | 76 | F1 | 60 | 33 | 0 | 5 | D4 | 5C | 31 |
| Octal | 12 | 166 | 361 | 140 | 63 | 0 | 5 | 324 | 134 | 61 |
| Binary | 1010 | 1110110 | 11110001 | 1100000 | 110011 | 0 | 101 | 11010100 | 1011100 | 110001 |
Color Harmonies of #0A76F1
Complementary color
Monochromatic Colors of #0A76F1
Black with #0A76F1
Text Example
Text Example
White with #0A76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A76F1; }
p { color: rgb(10,118,241); }
H1.HeaderClassName
{
color: #0A76F1;
}
.AnyTagClassName
{
color: #0A76F1;
}
</style>
background-color css
<style>
a { background-color: #0A76F1; }
a { background-color: rgb(10,118,241); }
div.DivClassName
{
background-color: #0A76F1;
}
.BgClassName
{
background-color: #0A76F1;
}
</style>
border-color css
<style>
span { border-color: #0A76F1; }
span { border-color: rgb(10,118,241); }
td.TdClassName
{
border-color: #0A76F1;
}
.TagClassName
{
border-color: #0A76F1;
}
</style>