Shades of Dodger Blue #0A77FD
Tints of Dodger Blue #0A77FD
RGB
CMYK
RGB Variations
Color information
#0A77FD (or 0x0A77FD) is known color: Dodger Blue. HEX triplet: 0A, 77 and FD. RGB value is (10,119,253). Sum of RGB (Red+Green+Blue) = 10+119+253=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A77FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A77FD is #F58802. Grayscale: #656565. Windows color (decimal): -16091139 or 16611082. OLE color: 16611082.
HSL color Cylindrical-coordinate representation of color #0A77FD: hue angle of 213.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A77FD is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 119 | 253 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.01 |
| HSL | 213.09º | 0.98% | 0.52% | - |
| HSV(B) | 213.09º | 0.96% | 0.99% | - |
| XYZ | 24.45 | 20.35 | 95.57 | - |
| YUV | 101.69 | 213.39 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 253 | 0.96 | 0.53 | 0 | 0.01 | 213.09 | 0.98 | 0.52 |
| Hex | A | 77 | FD | 60 | 35 | 0 | 1 | D5 | 62 | 34 |
| Octal | 12 | 167 | 375 | 140 | 65 | 0 | 1 | 325 | 142 | 64 |
| Binary | 1010 | 1110111 | 11111101 | 1100000 | 110101 | 0 | 1 | 11010101 | 1100010 | 110100 |
Color Harmonies of #0A77FD
Complementary color
Monochromatic Colors of #0A77FD
Black with #0A77FD
Text Example
Text Example
White with #0A77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A77FD; }
p { color: rgb(10,119,253); }
H1.HeaderClassName
{
color: #0A77FD;
}
.AnyTagClassName
{
color: #0A77FD;
}
</style>
background-color css
<style>
a { background-color: #0A77FD; }
a { background-color: rgb(10,119,253); }
div.DivClassName
{
background-color: #0A77FD;
}
.BgClassName
{
background-color: #0A77FD;
}
</style>
border-color css
<style>
span { border-color: #0A77FD; }
span { border-color: rgb(10,119,253); }
td.TdClassName
{
border-color: #0A77FD;
}
.TagClassName
{
border-color: #0A77FD;
}
</style>