Shades of Denim #2170BE
Tints of Denim #2170BE
RGB
CMYK
RGB Variations
Color information
#2170BE (or 0x2170BE) is known color: Denim. HEX triplet: 21, 70 and BE. RGB value is (33,112,190). Sum of RGB (Red+Green+Blue) = 33+112+190=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2170BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170BE is #DE8F41. Grayscale: #606060. Windows color (decimal): -14585666 or 12480545. OLE color: 12480545.
HSL color Cylindrical-coordinate representation of color #2170BE: hue angle of 209.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2170BE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 112 | 190 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.25 |
| HSL | 209.81º | 0.7% | 0.44% | - |
| HSV(B) | 209.81º | 0.83% | 0.75% | - |
| XYZ | 15.72 | 15.63 | 50.9 | - |
| YUV | 97.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 190 | 0.83 | 0.41 | 0 | 0.25 | 209.81 | 0.7 | 0.44 |
| Hex | 21 | 70 | BE | 53 | 29 | 0 | 19 | D2 | 46 | 2C |
| Octal | 41 | 160 | 276 | 123 | 51 | 0 | 31 | 322 | 106 | 54 |
| Binary | 100001 | 1110000 | 10111110 | 1010011 | 101001 | 0 | 11001 | 11010010 | 1000110 | 101100 |
Color Harmonies of #2170BE
Complementary color
Monochromatic Colors of #2170BE
Black with #2170BE
Text Example
Text Example
White with #2170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170BE; }
p { color: rgb(33,112,190); }
H1.HeaderClassName
{
color: #2170BE;
}
.AnyTagClassName
{
color: #2170BE;
}
</style>
background-color css
<style>
a { background-color: #2170BE; }
a { background-color: rgb(33,112,190); }
div.DivClassName
{
background-color: #2170BE;
}
.BgClassName
{
background-color: #2170BE;
}
</style>
border-color css
<style>
span { border-color: #2170BE; }
span { border-color: rgb(33,112,190); }
td.TdClassName
{
border-color: #2170BE;
}
.TagClassName
{
border-color: #2170BE;
}
</style>