Shades of Dodger Blue #2176EC
Tints of Dodger Blue #2176EC
RGB
CMYK
RGB Variations
Color information
#2176EC (or 0x2176EC) is known color: Dodger Blue. HEX triplet: 21, 76 and EC. RGB value is (33,118,236). Sum of RGB (Red+Green+Blue) = 33+118+236=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2176EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2176EC is #DE8913. Grayscale: #696969. Windows color (decimal): -14584084 or 15496737. OLE color: 15496737.
HSL color Cylindrical-coordinate representation of color #2176EC: hue angle of 214.88º 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 #2176EC is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 118 | 236 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.07 |
| HSL | 214.88º | 0.84% | 0.53% | - |
| HSV(B) | 214.88º | 0.86% | 0.93% | - |
| XYZ | 22.25 | 19.34 | 81.92 | - |
| YUV | 106.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 236 | 0.86 | 0.5 | 0 | 0.07 | 214.88 | 0.84 | 0.53 |
| Hex | 21 | 76 | EC | 56 | 32 | 0 | 7 | D7 | 54 | 35 |
| Octal | 41 | 166 | 354 | 126 | 62 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100001 | 1110110 | 11101100 | 1010110 | 110010 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2176EC
Complementary color
Monochromatic Colors of #2176EC
Black with #2176EC
Text Example
Text Example
White with #2176EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176EC; }
p { color: rgb(33,118,236); }
H1.HeaderClassName
{
color: #2176EC;
}
.AnyTagClassName
{
color: #2176EC;
}
</style>
background-color css
<style>
a { background-color: #2176EC; }
a { background-color: rgb(33,118,236); }
div.DivClassName
{
background-color: #2176EC;
}
.BgClassName
{
background-color: #2176EC;
}
</style>
border-color css
<style>
span { border-color: #2176EC; }
span { border-color: rgb(33,118,236); }
td.TdClassName
{
border-color: #2176EC;
}
.TagClassName
{
border-color: #2176EC;
}
</style>