Shades of Denim #2175D8
Tints of Denim #2175D8
RGB
CMYK
RGB Variations
Color information
#2175D8 (or 0x2175D8) is known color: Denim. HEX triplet: 21, 75 and D8. RGB value is (33,117,216). Sum of RGB (Red+Green+Blue) = 33+117+216=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #2175D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175D8 is #DE8A27. Grayscale: #666666. Windows color (decimal): -14584360 or 14185761. OLE color: 14185761.
HSL color Cylindrical-coordinate representation of color #2175D8: hue angle of 212.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2175D8 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 117 | 216 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.15 |
| HSL | 212.46º | 0.73% | 0.49% | - |
| HSV(B) | 212.46º | 0.85% | 0.85% | - |
| XYZ | 19.38 | 18 | 67.42 | - |
| YUV | 103.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 216 | 0.85 | 0.46 | 0 | 0.15 | 212.46 | 0.73 | 0.49 |
| Hex | 21 | 75 | D8 | 55 | 2E | 0 | F | D4 | 49 | 31 |
| Octal | 41 | 165 | 330 | 125 | 56 | 0 | 17 | 324 | 111 | 61 |
| Binary | 100001 | 1110101 | 11011000 | 1010101 | 101110 | 0 | 1111 | 11010100 | 1001001 | 110001 |
Color Harmonies of #2175D8
Complementary color
Monochromatic Colors of #2175D8
Black with #2175D8
Text Example
Text Example
White with #2175D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175D8; }
p { color: rgb(33,117,216); }
H1.HeaderClassName
{
color: #2175D8;
}
.AnyTagClassName
{
color: #2175D8;
}
</style>
background-color css
<style>
a { background-color: #2175D8; }
a { background-color: rgb(33,117,216); }
div.DivClassName
{
background-color: #2175D8;
}
.BgClassName
{
background-color: #2175D8;
}
</style>
border-color css
<style>
span { border-color: #2175D8; }
span { border-color: rgb(33,117,216); }
td.TdClassName
{
border-color: #2175D8;
}
.TagClassName
{
border-color: #2175D8;
}
</style>