Shades of Dodger Blue #0A7CEF
Tints of Dodger Blue #0A7CEF
RGB
CMYK
RGB Variations
Color information
#0A7CEF (or 0x0A7CEF) is known color: Dodger Blue. HEX triplet: 0A, 7C and EF. RGB value is (10,124,239). Sum of RGB (Red+Green+Blue) = 10+124+239=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A7CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7CEF is #F58310. Grayscale: #666666. Windows color (decimal): -16089873 or 15694858. OLE color: 15694858.
HSL color Cylindrical-coordinate representation of color #0A7CEF: hue angle of 210.13º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7CEF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 124 | 239 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.06 |
| HSL | 210.13º | 0.92% | 0.49% | - |
| HSV(B) | 210.13º | 0.96% | 0.94% | - |
| XYZ | 22.91 | 20.71 | 84.45 | - |
| YUV | 103.02 | 204.73 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 239 | 0.96 | 0.48 | 0 | 0.06 | 210.13 | 0.92 | 0.49 |
| Hex | A | 7C | EF | 60 | 30 | 0 | 6 | D2 | 5C | 31 |
| Octal | 12 | 174 | 357 | 140 | 60 | 0 | 6 | 322 | 134 | 61 |
| Binary | 1010 | 1111100 | 11101111 | 1100000 | 110000 | 0 | 110 | 11010010 | 1011100 | 110001 |
Color Harmonies of #0A7CEF
Complementary color
Monochromatic Colors of #0A7CEF
Black with #0A7CEF
Text Example
Text Example
White with #0A7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7CEF; }
p { color: rgb(10,124,239); }
H1.HeaderClassName
{
color: #0A7CEF;
}
.AnyTagClassName
{
color: #0A7CEF;
}
</style>
background-color css
<style>
a { background-color: #0A7CEF; }
a { background-color: rgb(10,124,239); }
div.DivClassName
{
background-color: #0A7CEF;
}
.BgClassName
{
background-color: #0A7CEF;
}
</style>
border-color css
<style>
span { border-color: #0A7CEF; }
span { border-color: rgb(10,124,239); }
td.TdClassName
{
border-color: #0A7CEF;
}
.TagClassName
{
border-color: #0A7CEF;
}
</style>