Shades of Dodger Blue #0D7AEC
Tints of Dodger Blue #0D7AEC
RGB
CMYK
RGB Variations
Color information
#0D7AEC (or 0x0D7AEC) is known color: Dodger Blue. HEX triplet: 0D, 7A and EC. RGB value is (13,122,236). Sum of RGB (Red+Green+Blue) = 13+122+236=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D7AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7AEC is #F28513. Grayscale: #656565. Windows color (decimal): -15893780 or 15497741. OLE color: 15497741.
HSL color Cylindrical-coordinate representation of color #0D7AEC: hue angle of 210.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7AEC is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 122 | 236 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.07 |
| HSL | 210.67º | 0.9% | 0.49% | - |
| HSV(B) | 210.67º | 0.94% | 0.93% | - |
| XYZ | 22.27 | 20.06 | 82.06 | - |
| YUV | 102.41 | 203.39 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 236 | 0.94 | 0.48 | 0 | 0.07 | 210.67 | 0.9 | 0.49 |
| Hex | D | 7A | EC | 5E | 30 | 0 | 7 | D3 | 5A | 31 |
| Octal | 15 | 172 | 354 | 136 | 60 | 0 | 7 | 323 | 132 | 61 |
| Binary | 1101 | 1111010 | 11101100 | 1011110 | 110000 | 0 | 111 | 11010011 | 1011010 | 110001 |
Color Harmonies of #0D7AEC
Complementary color
Monochromatic Colors of #0D7AEC
Black with #0D7AEC
Text Example
Text Example
White with #0D7AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7AEC; }
p { color: rgb(13,122,236); }
H1.HeaderClassName
{
color: #0D7AEC;
}
.AnyTagClassName
{
color: #0D7AEC;
}
</style>
background-color css
<style>
a { background-color: #0D7AEC; }
a { background-color: rgb(13,122,236); }
div.DivClassName
{
background-color: #0D7AEC;
}
.BgClassName
{
background-color: #0D7AEC;
}
</style>
border-color css
<style>
span { border-color: #0D7AEC; }
span { border-color: rgb(13,122,236); }
td.TdClassName
{
border-color: #0D7AEC;
}
.TagClassName
{
border-color: #0D7AEC;
}
</style>