Shades of Dodger Blue #2174EC
Tints of Dodger Blue #2174EC
RGB
CMYK
RGB Variations
Color information
#2174EC (or 0x2174EC) is known color: Dodger Blue. HEX triplet: 21, 74 and EC. RGB value is (33,116,236). Sum of RGB (Red+Green+Blue) = 33+116+236=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #2174EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174EC is #DE8B13. Grayscale: #686868. Windows color (decimal): -14584596 or 15496225. OLE color: 15496225.
HSL color Cylindrical-coordinate representation of color #2174EC: hue angle of 215.47º 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 #2174EC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 116 | 236 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.47º | 0.84% | 0.53% | - |
| HSV(B) | 215.47º | 0.86% | 0.93% | - |
| XYZ | 22.01 | 18.87 | 81.84 | - |
| YUV | 104.86 | 202 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 236 | 0.86 | 0.51 | 0 | 0.07 | 215.47 | 0.84 | 0.53 |
| Hex | 21 | 74 | EC | 56 | 33 | 0 | 7 | D7 | 54 | 35 |
| Octal | 41 | 164 | 354 | 126 | 63 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100001 | 1110100 | 11101100 | 1010110 | 110011 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2174EC
Complementary color
Monochromatic Colors of #2174EC
Black with #2174EC
Text Example
Text Example
White with #2174EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174EC; }
p { color: rgb(33,116,236); }
H1.HeaderClassName
{
color: #2174EC;
}
.AnyTagClassName
{
color: #2174EC;
}
</style>
background-color css
<style>
a { background-color: #2174EC; }
a { background-color: rgb(33,116,236); }
div.DivClassName
{
background-color: #2174EC;
}
.BgClassName
{
background-color: #2174EC;
}
</style>
border-color css
<style>
span { border-color: #2174EC; }
span { border-color: rgb(33,116,236); }
td.TdClassName
{
border-color: #2174EC;
}
.TagClassName
{
border-color: #2174EC;
}
</style>