Shades of Dodger Blue #0D79EC
Tints of Dodger Blue #0D79EC
RGB
CMYK
RGB Variations
Color information
#0D79EC (or 0x0D79EC) is known color: Dodger Blue. HEX triplet: 0D, 79 and EC. RGB value is (13,121,236). Sum of RGB (Red+Green+Blue) = 13+121+236=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D79EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D79EC is #F28613. Grayscale: #656565. Windows color (decimal): -15894036 or 15497485. OLE color: 15497485.
HSL color Cylindrical-coordinate representation of color #0D79EC: hue angle of 210.94º 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 #0D79EC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 121 | 236 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.07 |
| HSL | 210.94º | 0.9% | 0.49% | - |
| HSV(B) | 210.94º | 0.94% | 0.93% | - |
| XYZ | 22.14 | 19.82 | 82.01 | - |
| YUV | 101.82 | 203.72 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 236 | 0.94 | 0.49 | 0 | 0.07 | 210.94 | 0.9 | 0.49 |
| Hex | D | 79 | EC | 5E | 31 | 0 | 7 | D3 | 5A | 31 |
| Octal | 15 | 171 | 354 | 136 | 61 | 0 | 7 | 323 | 132 | 61 |
| Binary | 1101 | 1111001 | 11101100 | 1011110 | 110001 | 0 | 111 | 11010011 | 1011010 | 110001 |
Color Harmonies of #0D79EC
Complementary color
Monochromatic Colors of #0D79EC
Black with #0D79EC
Text Example
Text Example
White with #0D79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D79EC; }
p { color: rgb(13,121,236); }
H1.HeaderClassName
{
color: #0D79EC;
}
.AnyTagClassName
{
color: #0D79EC;
}
</style>
background-color css
<style>
a { background-color: #0D79EC; }
a { background-color: rgb(13,121,236); }
div.DivClassName
{
background-color: #0D79EC;
}
.BgClassName
{
background-color: #0D79EC;
}
</style>
border-color css
<style>
span { border-color: #0D79EC; }
span { border-color: rgb(13,121,236); }
td.TdClassName
{
border-color: #0D79EC;
}
.TagClassName
{
border-color: #0D79EC;
}
</style>