Shades of Dodger Blue #0A7CFA
Tints of Dodger Blue #0A7CFA
RGB
CMYK
RGB Variations
Color information
#0A7CFA (or 0x0A7CFA) is known color: Dodger Blue. HEX triplet: 0A, 7C and FA. RGB value is (10,124,250). Sum of RGB (Red+Green+Blue) = 10+124+250=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A7CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7CFA is #F58305. Grayscale: #676767. Windows color (decimal): -16089862 or 16415754. OLE color: 16415754.
HSL color Cylindrical-coordinate representation of color #0A7CFA: hue angle of 211.5º degrees, saturation: 0.96, 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 #0A7CFA is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 124 | 250 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.02 |
| HSL | 211.5º | 0.96% | 0.51% | - |
| HSV(B) | 211.5º | 0.96% | 0.98% | - |
| XYZ | 24.59 | 21.38 | 93.27 | - |
| YUV | 104.28 | 210.23 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 250 | 0.96 | 0.50 | 0 | 0.02 | 211.5 | 0.96 | 0.51 |
| Hex | A | 7C | FA | 60 | 32 | 0 | 2 | D4 | 60 | 33 |
| Octal | 12 | 174 | 372 | 140 | 62 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1010 | 1111100 | 11111010 | 1100000 | 110010 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0A7CFA
Complementary color
Monochromatic Colors of #0A7CFA
Black with #0A7CFA
Text Example
Text Example
White with #0A7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7CFA; }
p { color: rgb(10,124,250); }
H1.HeaderClassName
{
color: #0A7CFA;
}
.AnyTagClassName
{
color: #0A7CFA;
}
</style>
background-color css
<style>
a { background-color: #0A7CFA; }
a { background-color: rgb(10,124,250); }
div.DivClassName
{
background-color: #0A7CFA;
}
.BgClassName
{
background-color: #0A7CFA;
}
</style>
border-color css
<style>
span { border-color: #0A7CFA; }
span { border-color: rgb(10,124,250); }
td.TdClassName
{
border-color: #0A7CFA;
}
.TagClassName
{
border-color: #0A7CFA;
}
</style>