Shades of Dodger Blue #2175EC
Tints of Dodger Blue #2175EC
RGB
CMYK
RGB Variations
Color information
#2175EC (or 0x2175EC) is known color: Dodger Blue. HEX triplet: 21, 75 and EC. RGB value is (33,117,236). Sum of RGB (Red+Green+Blue) = 33+117+236=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 117 (46.09% from 255 or 30.31% 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 #2175EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2175EC is #DE8A13. Grayscale: #686868. Windows color (decimal): -14584340 or 15496481. OLE color: 15496481.
HSL color Cylindrical-coordinate representation of color #2175EC: hue angle of 215.17º 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 #2175EC is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 117 | 236 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.07 |
| HSL | 215.17º | 0.84% | 0.53% | - |
| HSV(B) | 215.17º | 0.86% | 0.93% | - |
| XYZ | 22.13 | 19.1 | 81.88 | - |
| YUV | 105.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 236 | 0.86 | 0.50 | 0 | 0.07 | 215.17 | 0.84 | 0.53 |
| Hex | 21 | 75 | EC | 56 | 32 | 0 | 7 | D7 | 54 | 35 |
| Octal | 41 | 165 | 354 | 126 | 62 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100001 | 1110101 | 11101100 | 1010110 | 110010 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2175EC
Complementary color
Monochromatic Colors of #2175EC
Black with #2175EC
Text Example
Text Example
White with #2175EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175EC; }
p { color: rgb(33,117,236); }
H1.HeaderClassName
{
color: #2175EC;
}
.AnyTagClassName
{
color: #2175EC;
}
</style>
background-color css
<style>
a { background-color: #2175EC; }
a { background-color: rgb(33,117,236); }
div.DivClassName
{
background-color: #2175EC;
}
.BgClassName
{
background-color: #2175EC;
}
</style>
border-color css
<style>
span { border-color: #2175EC; }
span { border-color: rgb(33,117,236); }
td.TdClassName
{
border-color: #2175EC;
}
.TagClassName
{
border-color: #2175EC;
}
</style>