Shades of Denim #216BD2
Tints of Denim #216BD2
RGB
CMYK
RGB Variations
Color information
#216BD2 (or 0x216BD2) is known color: Denim. HEX triplet: 21, 6B and D2. RGB value is (33,107,210). Sum of RGB (Red+Green+Blue) = 33+107+210=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #216BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BD2 is #DE942D. Grayscale: #606060. Windows color (decimal): -14586926 or 13789985. OLE color: 13789985.
HSL color Cylindrical-coordinate representation of color #216BD2: hue angle of 214.92º 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 #216BD2 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 107 | 210 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.18 |
| HSL | 214.92º | 0.73% | 0.48% | - |
| HSV(B) | 214.92º | 0.84% | 0.82% | - |
| XYZ | 17.52 | 15.49 | 63.04 | - |
| YUV | 96.62 | 191.98 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 210 | 0.84 | 0.49 | 0 | 0.18 | 214.92 | 0.73 | 0.48 |
| Hex | 21 | 6B | D2 | 54 | 31 | 0 | 12 | D7 | 49 | 30 |
| Octal | 41 | 153 | 322 | 124 | 61 | 0 | 22 | 327 | 111 | 60 |
| Binary | 100001 | 1101011 | 11010010 | 1010100 | 110001 | 0 | 10010 | 11010111 | 1001001 | 110000 |
Color Harmonies of #216BD2
Complementary color
Monochromatic Colors of #216BD2
Black with #216BD2
Text Example
Text Example
White with #216BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216BD2; }
p { color: rgb(33,107,210); }
H1.HeaderClassName
{
color: #216BD2;
}
.AnyTagClassName
{
color: #216BD2;
}
</style>
background-color css
<style>
a { background-color: #216BD2; }
a { background-color: rgb(33,107,210); }
div.DivClassName
{
background-color: #216BD2;
}
.BgClassName
{
background-color: #216BD2;
}
</style>
border-color css
<style>
span { border-color: #216BD2; }
span { border-color: rgb(33,107,210); }
td.TdClassName
{
border-color: #216BD2;
}
.TagClassName
{
border-color: #216BD2;
}
</style>