Shades of Dodger Blue #2175EE
Tints of Dodger Blue #2175EE
RGB
CMYK
RGB Variations
Color information
#2175EE (or 0x2175EE) is known color: Dodger Blue. HEX triplet: 21, 75 and EE. RGB value is (33,117,238). Sum of RGB (Red+Green+Blue) = 33+117+238=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #2175EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2175EE is #DE8A11. Grayscale: #696969. Windows color (decimal): -14584338 or 15627553. OLE color: 15627553.
HSL color Cylindrical-coordinate representation of color #2175EE: hue angle of 215.41º degrees, saturation: 0.86, 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 #2175EE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 117 | 238 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.41º | 0.86% | 0.53% | - |
| HSV(B) | 215.41º | 0.86% | 0.93% | - |
| XYZ | 22.42 | 19.22 | 83.42 | - |
| YUV | 105.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 238 | 0.86 | 0.51 | 0 | 0.07 | 215.41 | 0.86 | 0.53 |
| Hex | 21 | 75 | EE | 56 | 33 | 0 | 7 | D7 | 56 | 35 |
| Octal | 41 | 165 | 356 | 126 | 63 | 0 | 7 | 327 | 126 | 65 |
| Binary | 100001 | 1110101 | 11101110 | 1010110 | 110011 | 0 | 111 | 11010111 | 1010110 | 110101 |
Color Harmonies of #2175EE
Complementary color
Monochromatic Colors of #2175EE
Black with #2175EE
Text Example
Text Example
White with #2175EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175EE; }
p { color: rgb(33,117,238); }
H1.HeaderClassName
{
color: #2175EE;
}
.AnyTagClassName
{
color: #2175EE;
}
</style>
background-color css
<style>
a { background-color: #2175EE; }
a { background-color: rgb(33,117,238); }
div.DivClassName
{
background-color: #2175EE;
}
.BgClassName
{
background-color: #2175EE;
}
</style>
border-color css
<style>
span { border-color: #2175EE; }
span { border-color: rgb(33,117,238); }
td.TdClassName
{
border-color: #2175EE;
}
.TagClassName
{
border-color: #2175EE;
}
</style>