Shades of Dodger Blue #2174EF
Tints of Dodger Blue #2174EF
RGB
CMYK
RGB Variations
Color information
#2174EF (or 0x2174EF) is known color: Dodger Blue. HEX triplet: 21, 74 and EF. RGB value is (33,116,239). Sum of RGB (Red+Green+Blue) = 33+116+239=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2174EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174EF is #DE8B10. Grayscale: #686868. Windows color (decimal): -14584593 or 15692833. OLE color: 15692833.
HSL color Cylindrical-coordinate representation of color #2174EF: hue angle of 215.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2174EF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 116 | 239 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.06 |
| HSL | 215.83º | 0.87% | 0.53% | - |
| HSV(B) | 215.83º | 0.86% | 0.94% | - |
| XYZ | 22.45 | 19.05 | 84.15 | - |
| YUV | 105.21 | 203.5 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 239 | 0.86 | 0.51 | 0 | 0.06 | 215.83 | 0.87 | 0.53 |
| Hex | 21 | 74 | EF | 56 | 33 | 0 | 6 | D8 | 57 | 35 |
| Octal | 41 | 164 | 357 | 126 | 63 | 0 | 6 | 330 | 127 | 65 |
| Binary | 100001 | 1110100 | 11101111 | 1010110 | 110011 | 0 | 110 | 11011000 | 1010111 | 110101 |
Color Harmonies of #2174EF
Complementary color
Monochromatic Colors of #2174EF
Black with #2174EF
Text Example
Text Example
White with #2174EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174EF; }
p { color: rgb(33,116,239); }
H1.HeaderClassName
{
color: #2174EF;
}
.AnyTagClassName
{
color: #2174EF;
}
</style>
background-color css
<style>
a { background-color: #2174EF; }
a { background-color: rgb(33,116,239); }
div.DivClassName
{
background-color: #2174EF;
}
.BgClassName
{
background-color: #2174EF;
}
</style>
border-color css
<style>
span { border-color: #2174EF; }
span { border-color: rgb(33,116,239); }
td.TdClassName
{
border-color: #2174EF;
}
.TagClassName
{
border-color: #2174EF;
}
</style>