Shades of Denim #216EDB
Tints of Denim #216EDB
RGB
CMYK
RGB Variations
Color information
#216EDB (or 0x216EDB) is known color: Denim. HEX triplet: 21, 6E and DB. RGB value is (33,110,219). Sum of RGB (Red+Green+Blue) = 33+110+219=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #216EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EDB is #DE9124. Grayscale: #626262. Windows color (decimal): -14586149 or 14380577. OLE color: 14380577.
HSL color Cylindrical-coordinate representation of color #216EDB: hue angle of 215.16º 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 #216EDB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 110 | 219 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.14 |
| HSL | 215.16º | 0.74% | 0.49% | - |
| HSV(B) | 215.16º | 0.85% | 0.86% | - |
| XYZ | 18.99 | 16.59 | 69.22 | - |
| YUV | 99.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 219 | 0.85 | 0.50 | 0 | 0.14 | 215.16 | 0.74 | 0.49 |
| Hex | 21 | 6E | DB | 55 | 32 | 0 | E | D7 | 4A | 31 |
| Octal | 41 | 156 | 333 | 125 | 62 | 0 | 16 | 327 | 112 | 61 |
| Binary | 100001 | 1101110 | 11011011 | 1010101 | 110010 | 0 | 1110 | 11010111 | 1001010 | 110001 |
Color Harmonies of #216EDB
Complementary color
Monochromatic Colors of #216EDB
Black with #216EDB
Text Example
Text Example
White with #216EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EDB; }
p { color: rgb(33,110,219); }
H1.HeaderClassName
{
color: #216EDB;
}
.AnyTagClassName
{
color: #216EDB;
}
</style>
background-color css
<style>
a { background-color: #216EDB; }
a { background-color: rgb(33,110,219); }
div.DivClassName
{
background-color: #216EDB;
}
.BgClassName
{
background-color: #216EDB;
}
</style>
border-color css
<style>
span { border-color: #216EDB; }
span { border-color: rgb(33,110,219); }
td.TdClassName
{
border-color: #216EDB;
}
.TagClassName
{
border-color: #216EDB;
}
</style>