Shades of Dodger Blue #0A7DFF
Tints of Dodger Blue #0A7DFF
RGB
CMYK
RGB Variations
Color information
#0A7DFF (or 0x0A7DFF) is known color: Dodger Blue. HEX triplet: 0A, 7D and FF. RGB value is (10,125,255). Sum of RGB (Red+Green+Blue) = 10+125+255=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A7DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7DFF is #F58200. Grayscale: #686868. Windows color (decimal): -16089601 or 16743690. OLE color: 16743690.
HSL color Cylindrical-coordinate representation of color #0A7DFF: hue angle of 211.84º 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 #0A7DFF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 125 | 255 | - |
| CMYK | 0.96 | 0.51 | 0 | 0 |
| HSL | 211.84º | 1% | 0.52% | - |
| HSV(B) | 211.84º | 0.96% | 1% | - |
| XYZ | 25.51 | 21.95 | 97.5 | - |
| YUV | 105.44 | 212.4 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 255 | 0.96 | 0.51 | 0 | 0 | 211.84 | 1 | 0.52 |
| Hex | A | 7D | FF | 60 | 33 | 0 | 0 | D4 | 64 | 34 |
| Octal | 12 | 175 | 377 | 140 | 63 | 0 | 0 | 324 | 144 | 64 |
| Binary | 1010 | 1111101 | 11111111 | 1100000 | 110011 | 0 | 0 | 11010100 | 1100100 | 110100 |
Color Harmonies of #0A7DFF
Complementary color
Monochromatic Colors of #0A7DFF
Black with #0A7DFF
Text Example
Text Example
White with #0A7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7DFF; }
p { color: rgb(10,125,255); }
H1.HeaderClassName
{
color: #0A7DFF;
}
.AnyTagClassName
{
color: #0A7DFF;
}
</style>
background-color css
<style>
a { background-color: #0A7DFF; }
a { background-color: rgb(10,125,255); }
div.DivClassName
{
background-color: #0A7DFF;
}
.BgClassName
{
background-color: #0A7DFF;
}
</style>
border-color css
<style>
span { border-color: #0A7DFF; }
span { border-color: rgb(10,125,255); }
td.TdClassName
{
border-color: #0A7DFF;
}
.TagClassName
{
border-color: #0A7DFF;
}
</style>