Shades of Dodger Blue #2174ED
Tints of Dodger Blue #2174ED
RGB
CMYK
RGB Variations
Color information
#2174ED (or 0x2174ED) is known color: Dodger Blue. HEX triplet: 21, 74 and ED. RGB value is (33,116,237). Sum of RGB (Red+Green+Blue) = 33+116+237=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #2174ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174ED is #DE8B12. Grayscale: #686868. Windows color (decimal): -14584595 or 15561761. OLE color: 15561761.
HSL color Cylindrical-coordinate representation of color #2174ED: hue angle of 215.59º degrees, saturation: 0.85, 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 #2174ED is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 116 | 237 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.59º | 0.85% | 0.53% | - |
| HSV(B) | 215.59º | 0.86% | 0.93% | - |
| XYZ | 22.16 | 18.93 | 82.61 | - |
| YUV | 104.98 | 202.5 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 237 | 0.86 | 0.51 | 0 | 0.07 | 215.59 | 0.85 | 0.53 |
| Hex | 21 | 74 | ED | 56 | 33 | 0 | 7 | D8 | 55 | 35 |
| Octal | 41 | 164 | 355 | 126 | 63 | 0 | 7 | 330 | 125 | 65 |
| Binary | 100001 | 1110100 | 11101101 | 1010110 | 110011 | 0 | 111 | 11011000 | 1010101 | 110101 |
Color Harmonies of #2174ED
Complementary color
Monochromatic Colors of #2174ED
Black with #2174ED
Text Example
Text Example
White with #2174ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174ED; }
p { color: rgb(33,116,237); }
H1.HeaderClassName
{
color: #2174ED;
}
.AnyTagClassName
{
color: #2174ED;
}
</style>
background-color css
<style>
a { background-color: #2174ED; }
a { background-color: rgb(33,116,237); }
div.DivClassName
{
background-color: #2174ED;
}
.BgClassName
{
background-color: #2174ED;
}
</style>
border-color css
<style>
span { border-color: #2174ED; }
span { border-color: rgb(33,116,237); }
td.TdClassName
{
border-color: #2174ED;
}
.TagClassName
{
border-color: #2174ED;
}
</style>