Shades of Dodger Blue #2175EF
Tints of Dodger Blue #2175EF
RGB
CMYK
RGB Variations
Color information
#2175EF (or 0x2175EF) is known color: Dodger Blue. HEX triplet: 21, 75 and EF. RGB value is (33,117,239). Sum of RGB (Red+Green+Blue) = 33+117+239=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #2175EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2175EF is #DE8A10. Grayscale: #696969. Windows color (decimal): -14584337 or 15693089. OLE color: 15693089.
HSL color Cylindrical-coordinate representation of color #2175EF: hue angle of 215.53º 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 #2175EF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 117 | 239 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.06 |
| HSL | 215.53º | 0.87% | 0.53% | - |
| HSV(B) | 215.53º | 0.86% | 0.94% | - |
| XYZ | 22.57 | 19.28 | 84.19 | - |
| YUV | 105.79 | 203.17 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 239 | 0.86 | 0.51 | 0 | 0.06 | 215.53 | 0.87 | 0.53 |
| Hex | 21 | 75 | EF | 56 | 33 | 0 | 6 | D8 | 57 | 35 |
| Octal | 41 | 165 | 357 | 126 | 63 | 0 | 6 | 330 | 127 | 65 |
| Binary | 100001 | 1110101 | 11101111 | 1010110 | 110011 | 0 | 110 | 11011000 | 1010111 | 110101 |
Color Harmonies of #2175EF
Complementary color
Monochromatic Colors of #2175EF
Black with #2175EF
Text Example
Text Example
White with #2175EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175EF; }
p { color: rgb(33,117,239); }
H1.HeaderClassName
{
color: #2175EF;
}
.AnyTagClassName
{
color: #2175EF;
}
</style>
background-color css
<style>
a { background-color: #2175EF; }
a { background-color: rgb(33,117,239); }
div.DivClassName
{
background-color: #2175EF;
}
.BgClassName
{
background-color: #2175EF;
}
</style>
border-color css
<style>
span { border-color: #2175EF; }
span { border-color: rgb(33,117,239); }
td.TdClassName
{
border-color: #2175EF;
}
.TagClassName
{
border-color: #2175EF;
}
</style>