Shades of Dodger Blue #2076EC
Tints of Dodger Blue #2076EC
RGB
CMYK
RGB Variations
Color information
#2076EC (or 0x2076EC) is known color: Dodger Blue. HEX triplet: 20, 76 and EC. RGB value is (32,118,236). Sum of RGB (Red+Green+Blue) = 32+118+236=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #2076EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2076EC is #DF8913. Grayscale: #696969. Windows color (decimal): -14649620 or 15496736. OLE color: 15496736.
HSL color Cylindrical-coordinate representation of color #2076EC: hue angle of 214.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2076EC is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 118 | 236 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.07 |
| HSL | 214.71º | 0.84% | 0.53% | - |
| HSV(B) | 214.71º | 0.86% | 0.93% | - |
| XYZ | 22.21 | 19.32 | 81.92 | - |
| YUV | 105.74 | 201.51 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 236 | 0.86 | 0.5 | 0 | 0.07 | 214.71 | 0.84 | 0.53 |
| Hex | 20 | 76 | EC | 56 | 32 | 0 | 7 | D7 | 54 | 35 |
| Octal | 40 | 166 | 354 | 126 | 62 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100000 | 1110110 | 11101100 | 1010110 | 110010 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2076EC
Complementary color
Monochromatic Colors of #2076EC
Black with #2076EC
Text Example
Text Example
White with #2076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2076EC; }
p { color: rgb(32,118,236); }
H1.HeaderClassName
{
color: #2076EC;
}
.AnyTagClassName
{
color: #2076EC;
}
</style>
background-color css
<style>
a { background-color: #2076EC; }
a { background-color: rgb(32,118,236); }
div.DivClassName
{
background-color: #2076EC;
}
.BgClassName
{
background-color: #2076EC;
}
</style>
border-color css
<style>
span { border-color: #2076EC; }
span { border-color: rgb(32,118,236); }
td.TdClassName
{
border-color: #2076EC;
}
.TagClassName
{
border-color: #2076EC;
}
</style>