Shades of Denim #2162D0
Tints of Denim #2162D0
RGB
CMYK
RGB Variations
Color information
#2162D0 (or 0x2162D0) is known color: Denim. HEX triplet: 21, 62 and D0. RGB value is (33,98,208). Sum of RGB (Red+Green+Blue) = 33+98+208=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #2162D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162D0 is #DE9D2F. Grayscale: #5A5A5A. Windows color (decimal): -14589232 or 13656609. OLE color: 13656609.
HSL color Cylindrical-coordinate representation of color #2162D0: hue angle of 217.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2162D0 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 98 | 208 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.18 |
| HSL | 217.71º | 0.73% | 0.47% | - |
| HSV(B) | 217.71º | 0.84% | 0.82% | - |
| XYZ | 16.38 | 13.61 | 61.44 | - |
| YUV | 91.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 208 | 0.84 | 0.53 | 0 | 0.18 | 217.71 | 0.73 | 0.47 |
| Hex | 21 | 62 | D0 | 54 | 35 | 0 | 12 | DA | 49 | 2F |
| Octal | 41 | 142 | 320 | 124 | 65 | 0 | 22 | 332 | 111 | 57 |
| Binary | 100001 | 1100010 | 11010000 | 1010100 | 110101 | 0 | 10010 | 11011010 | 1001001 | 101111 |
Color Harmonies of #2162D0
Complementary color
Monochromatic Colors of #2162D0
Black with #2162D0
Text Example
Text Example
White with #2162D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162D0; }
p { color: rgb(33,98,208); }
H1.HeaderClassName
{
color: #2162D0;
}
.AnyTagClassName
{
color: #2162D0;
}
</style>
background-color css
<style>
a { background-color: #2162D0; }
a { background-color: rgb(33,98,208); }
div.DivClassName
{
background-color: #2162D0;
}
.BgClassName
{
background-color: #2162D0;
}
</style>
border-color css
<style>
span { border-color: #2162D0; }
span { border-color: rgb(33,98,208); }
td.TdClassName
{
border-color: #2162D0;
}
.TagClassName
{
border-color: #2162D0;
}
</style>