Shades of Denim #2168D2
Tints of Denim #2168D2
RGB
CMYK
RGB Variations
Color information
#2168D2 (or 0x2168D2) is known color: Denim. HEX triplet: 21, 68 and D2. RGB value is (33,104,210). Sum of RGB (Red+Green+Blue) = 33+104+210=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #2168D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168D2 is #DE972D. Grayscale: #5E5E5E. Windows color (decimal): -14587694 or 13789217. OLE color: 13789217.
HSL color Cylindrical-coordinate representation of color #2168D2: hue angle of 215.93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2168D2 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 104 | 210 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.18 |
| HSL | 215.93º | 0.73% | 0.48% | - |
| HSV(B) | 215.93º | 0.84% | 0.82% | - |
| XYZ | 17.21 | 14.88 | 62.94 | - |
| YUV | 94.86 | 192.98 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 210 | 0.84 | 0.50 | 0 | 0.18 | 215.93 | 0.73 | 0.48 |
| Hex | 21 | 68 | D2 | 54 | 32 | 0 | 12 | D8 | 49 | 30 |
| Octal | 41 | 150 | 322 | 124 | 62 | 0 | 22 | 330 | 111 | 60 |
| Binary | 100001 | 1101000 | 11010010 | 1010100 | 110010 | 0 | 10010 | 11011000 | 1001001 | 110000 |
Color Harmonies of #2168D2
Complementary color
Monochromatic Colors of #2168D2
Black with #2168D2
Text Example
Text Example
White with #2168D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168D2; }
p { color: rgb(33,104,210); }
H1.HeaderClassName
{
color: #2168D2;
}
.AnyTagClassName
{
color: #2168D2;
}
</style>
background-color css
<style>
a { background-color: #2168D2; }
a { background-color: rgb(33,104,210); }
div.DivClassName
{
background-color: #2168D2;
}
.BgClassName
{
background-color: #2168D2;
}
</style>
border-color css
<style>
span { border-color: #2168D2; }
span { border-color: rgb(33,104,210); }
td.TdClassName
{
border-color: #2168D2;
}
.TagClassName
{
border-color: #2168D2;
}
</style>