Shades of Dodger Blue #2172EC
Tints of Dodger Blue #2172EC
RGB
CMYK
RGB Variations
Color information
#2172EC (or 0x2172EC) is known color: Dodger Blue. HEX triplet: 21, 72 and EC. RGB value is (33,114,236). Sum of RGB (Red+Green+Blue) = 33+114+236=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #2172EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172EC is #DE8D13. Grayscale: #676767. Windows color (decimal): -14585108 or 15495713. OLE color: 15495713.
HSL color Cylindrical-coordinate representation of color #2172EC: hue angle of 216.06º 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 #2172EC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 114 | 236 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.07 |
| HSL | 216.06º | 0.84% | 0.53% | - |
| HSV(B) | 216.06º | 0.86% | 0.93% | - |
| XYZ | 21.78 | 18.41 | 81.76 | - |
| YUV | 103.69 | 202.66 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 236 | 0.86 | 0.52 | 0 | 0.07 | 216.06 | 0.84 | 0.53 |
| Hex | 21 | 72 | EC | 56 | 34 | 0 | 7 | D8 | 54 | 35 |
| Octal | 41 | 162 | 354 | 126 | 64 | 0 | 7 | 330 | 124 | 65 |
| Binary | 100001 | 1110010 | 11101100 | 1010110 | 110100 | 0 | 111 | 11011000 | 1010100 | 110101 |
Color Harmonies of #2172EC
Complementary color
Monochromatic Colors of #2172EC
Black with #2172EC
Text Example
Text Example
White with #2172EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172EC; }
p { color: rgb(33,114,236); }
H1.HeaderClassName
{
color: #2172EC;
}
.AnyTagClassName
{
color: #2172EC;
}
</style>
background-color css
<style>
a { background-color: #2172EC; }
a { background-color: rgb(33,114,236); }
div.DivClassName
{
background-color: #2172EC;
}
.BgClassName
{
background-color: #2172EC;
}
</style>
border-color css
<style>
span { border-color: #2172EC; }
span { border-color: rgb(33,114,236); }
td.TdClassName
{
border-color: #2172EC;
}
.TagClassName
{
border-color: #2172EC;
}
</style>