Shades of Denim #216CDB
Tints of Denim #216CDB
RGB
CMYK
RGB Variations
Color information
#216CDB (or 0x216CDB) is known color: Denim. HEX triplet: 21, 6C and DB. RGB value is (33,108,219). Sum of RGB (Red+Green+Blue) = 33+108+219=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #216CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CDB is #DE9324. Grayscale: #616161. Windows color (decimal): -14586661 or 14380065. OLE color: 14380065.
HSL color Cylindrical-coordinate representation of color #216CDB: hue angle of 215.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216CDB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 108 | 219 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.14 |
| HSL | 215.81º | 0.74% | 0.49% | - |
| HSV(B) | 215.81º | 0.85% | 0.86% | - |
| XYZ | 18.78 | 16.16 | 69.15 | - |
| YUV | 98.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 219 | 0.85 | 0.51 | 0 | 0.14 | 215.81 | 0.74 | 0.49 |
| Hex | 21 | 6C | DB | 55 | 33 | 0 | E | D8 | 4A | 31 |
| Octal | 41 | 154 | 333 | 125 | 63 | 0 | 16 | 330 | 112 | 61 |
| Binary | 100001 | 1101100 | 11011011 | 1010101 | 110011 | 0 | 1110 | 11011000 | 1001010 | 110001 |
Color Harmonies of #216CDB
Complementary color
Monochromatic Colors of #216CDB
Black with #216CDB
Text Example
Text Example
White with #216CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CDB; }
p { color: rgb(33,108,219); }
H1.HeaderClassName
{
color: #216CDB;
}
.AnyTagClassName
{
color: #216CDB;
}
</style>
background-color css
<style>
a { background-color: #216CDB; }
a { background-color: rgb(33,108,219); }
div.DivClassName
{
background-color: #216CDB;
}
.BgClassName
{
background-color: #216CDB;
}
</style>
border-color css
<style>
span { border-color: #216CDB; }
span { border-color: rgb(33,108,219); }
td.TdClassName
{
border-color: #216CDB;
}
.TagClassName
{
border-color: #216CDB;
}
</style>