Shades of Dodger Blue #2172EE
Tints of Dodger Blue #2172EE
RGB
CMYK
RGB Variations
Color information
#2172EE (or 0x2172EE) is known color: Dodger Blue. HEX triplet: 21, 72 and EE. RGB value is (33,114,238). Sum of RGB (Red+Green+Blue) = 33+114+238=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #2172EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172EE is #DE8D11. Grayscale: #676767. Windows color (decimal): -14585106 or 15626785. OLE color: 15626785.
HSL color Cylindrical-coordinate representation of color #2172EE: hue angle of 216.29º degrees, saturation: 0.86, 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 #2172EE is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 114 | 238 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.07 |
| HSL | 216.29º | 0.86% | 0.53% | - |
| HSV(B) | 216.29º | 0.86% | 0.93% | - |
| XYZ | 22.08 | 18.53 | 83.3 | - |
| YUV | 103.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 238 | 0.86 | 0.52 | 0 | 0.07 | 216.29 | 0.86 | 0.53 |
| Hex | 21 | 72 | EE | 56 | 34 | 0 | 7 | D8 | 56 | 35 |
| Octal | 41 | 162 | 356 | 126 | 64 | 0 | 7 | 330 | 126 | 65 |
| Binary | 100001 | 1110010 | 11101110 | 1010110 | 110100 | 0 | 111 | 11011000 | 1010110 | 110101 |
Color Harmonies of #2172EE
Complementary color
Monochromatic Colors of #2172EE
Black with #2172EE
Text Example
Text Example
White with #2172EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172EE; }
p { color: rgb(33,114,238); }
H1.HeaderClassName
{
color: #2172EE;
}
.AnyTagClassName
{
color: #2172EE;
}
</style>
background-color css
<style>
a { background-color: #2172EE; }
a { background-color: rgb(33,114,238); }
div.DivClassName
{
background-color: #2172EE;
}
.BgClassName
{
background-color: #2172EE;
}
</style>
border-color css
<style>
span { border-color: #2172EE; }
span { border-color: rgb(33,114,238); }
td.TdClassName
{
border-color: #2172EE;
}
.TagClassName
{
border-color: #2172EE;
}
</style>