Shades of Dodger Blue #0A7DEA
Tints of Dodger Blue #0A7DEA
RGB
CMYK
RGB Variations
Color information
#0A7DEA (or 0x0A7DEA) is known color: Dodger Blue. HEX triplet: 0A, 7D and EA. RGB value is (10,125,234). Sum of RGB (Red+Green+Blue) = 10+125+234=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A7DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7DEA is #F58215. Grayscale: #666666. Windows color (decimal): -16089622 or 15367434. OLE color: 15367434.
HSL color Cylindrical-coordinate representation of color #0A7DEA: hue angle of 209.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7DEA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 125 | 234 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.08 |
| HSL | 209.2º | 0.92% | 0.48% | - |
| HSV(B) | 209.2º | 0.96% | 0.92% | - |
| XYZ | 22.31 | 20.67 | 80.66 | - |
| YUV | 103.04 | 201.9 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 234 | 0.96 | 0.47 | 0 | 0.08 | 209.2 | 0.92 | 0.48 |
| Hex | A | 7D | EA | 60 | 2F | 0 | 8 | D1 | 5C | 30 |
| Octal | 12 | 175 | 352 | 140 | 57 | 0 | 10 | 321 | 134 | 60 |
| Binary | 1010 | 1111101 | 11101010 | 1100000 | 101111 | 0 | 1000 | 11010001 | 1011100 | 110000 |
Color Harmonies of #0A7DEA
Complementary color
Monochromatic Colors of #0A7DEA
Black with #0A7DEA
Text Example
Text Example
White with #0A7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7DEA; }
p { color: rgb(10,125,234); }
H1.HeaderClassName
{
color: #0A7DEA;
}
.AnyTagClassName
{
color: #0A7DEA;
}
</style>
background-color css
<style>
a { background-color: #0A7DEA; }
a { background-color: rgb(10,125,234); }
div.DivClassName
{
background-color: #0A7DEA;
}
.BgClassName
{
background-color: #0A7DEA;
}
</style>
border-color css
<style>
span { border-color: #0A7DEA; }
span { border-color: rgb(10,125,234); }
td.TdClassName
{
border-color: #0A7DEA;
}
.TagClassName
{
border-color: #0A7DEA;
}
</style>