Shades of Dodger Blue #0A77FB
Tints of Dodger Blue #0A77FB
RGB
CMYK
RGB Variations
Color information
#0A77FB (or 0x0A77FB) is known color: Dodger Blue. HEX triplet: 0A, 77 and FB. RGB value is (10,119,251). Sum of RGB (Red+Green+Blue) = 10+119+251=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A77FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A77FB is #F58804. Grayscale: #646464. Windows color (decimal): -16091141 or 16480010. OLE color: 16480010.
HSL color Cylindrical-coordinate representation of color #0A77FB: hue angle of 212.86º degrees, saturation: 0.97, 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 #0A77FB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 119 | 251 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.02 |
| HSL | 212.86º | 0.97% | 0.51% | - |
| HSV(B) | 212.86º | 0.96% | 0.98% | - |
| XYZ | 24.13 | 20.22 | 93.9 | - |
| YUV | 101.46 | 212.39 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 251 | 0.96 | 0.53 | 0 | 0.02 | 212.86 | 0.97 | 0.51 |
| Hex | A | 77 | FB | 60 | 35 | 0 | 2 | D5 | 61 | 33 |
| Octal | 12 | 167 | 373 | 140 | 65 | 0 | 2 | 325 | 141 | 63 |
| Binary | 1010 | 1110111 | 11111011 | 1100000 | 110101 | 0 | 10 | 11010101 | 1100001 | 110011 |
Color Harmonies of #0A77FB
Complementary color
Monochromatic Colors of #0A77FB
Black with #0A77FB
Text Example
Text Example
White with #0A77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A77FB; }
p { color: rgb(10,119,251); }
H1.HeaderClassName
{
color: #0A77FB;
}
.AnyTagClassName
{
color: #0A77FB;
}
</style>
background-color css
<style>
a { background-color: #0A77FB; }
a { background-color: rgb(10,119,251); }
div.DivClassName
{
background-color: #0A77FB;
}
.BgClassName
{
background-color: #0A77FB;
}
</style>
border-color css
<style>
span { border-color: #0A77FB; }
span { border-color: rgb(10,119,251); }
td.TdClassName
{
border-color: #0A77FB;
}
.TagClassName
{
border-color: #0A77FB;
}
</style>