Shades of Denim #2164DB
Tints of Denim #2164DB
RGB
CMYK
RGB Variations
Color information
#2164DB (or 0x2164DB) is known color: Denim. HEX triplet: 21, 64 and DB. RGB value is (33,100,219). Sum of RGB (Red+Green+Blue) = 33+100+219=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2164DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164DB is #DE9B24. Grayscale: #5C5C5C. Windows color (decimal): -14588709 or 14378017. OLE color: 14378017.
HSL color Cylindrical-coordinate representation of color #2164DB: hue angle of 218.39º 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 #2164DB is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 100 | 219 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.14 |
| HSL | 218.39º | 0.74% | 0.49% | - |
| HSV(B) | 218.39º | 0.85% | 0.86% | - |
| XYZ | 17.97 | 14.55 | 68.88 | - |
| YUV | 93.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 219 | 0.85 | 0.54 | 0 | 0.14 | 218.39 | 0.74 | 0.49 |
| Hex | 21 | 64 | DB | 55 | 36 | 0 | E | DA | 4A | 31 |
| Octal | 41 | 144 | 333 | 125 | 66 | 0 | 16 | 332 | 112 | 61 |
| Binary | 100001 | 1100100 | 11011011 | 1010101 | 110110 | 0 | 1110 | 11011010 | 1001010 | 110001 |
Color Harmonies of #2164DB
Complementary color
Monochromatic Colors of #2164DB
Black with #2164DB
Text Example
Text Example
White with #2164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164DB; }
p { color: rgb(33,100,219); }
H1.HeaderClassName
{
color: #2164DB;
}
.AnyTagClassName
{
color: #2164DB;
}
</style>
background-color css
<style>
a { background-color: #2164DB; }
a { background-color: rgb(33,100,219); }
div.DivClassName
{
background-color: #2164DB;
}
.BgClassName
{
background-color: #2164DB;
}
</style>
border-color css
<style>
span { border-color: #2164DB; }
span { border-color: rgb(33,100,219); }
td.TdClassName
{
border-color: #2164DB;
}
.TagClassName
{
border-color: #2164DB;
}
</style>