Shades of Denim #216AD2
Tints of Denim #216AD2
RGB
CMYK
RGB Variations
Color information
#216AD2 (or 0x216AD2) is known color: Denim. HEX triplet: 21, 6A and D2. RGB value is (33,106,210). Sum of RGB (Red+Green+Blue) = 33+106+210=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 210 (82.42% from 255 or 60.17% from 349); Max value from RGB is 210 - color contains mainly: blue. Hex color #216AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216AD2 is #DE952D. Grayscale: #5F5F5F. Windows color (decimal): -14587182 or 13789729. OLE color: 13789729.
HSL color Cylindrical-coordinate representation of color #216AD2: hue angle of 215.25º 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 #216AD2 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 106 | 210 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.18 |
| HSL | 215.25º | 0.73% | 0.48% | - |
| HSV(B) | 215.25º | 0.84% | 0.82% | - |
| XYZ | 17.41 | 15.28 | 63.01 | - |
| YUV | 96.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 210 | 0.84 | 0.50 | 0 | 0.18 | 215.25 | 0.73 | 0.48 |
| Hex | 21 | 6A | D2 | 54 | 32 | 0 | 12 | D7 | 49 | 30 |
| Octal | 41 | 152 | 322 | 124 | 62 | 0 | 22 | 327 | 111 | 60 |
| Binary | 100001 | 1101010 | 11010010 | 1010100 | 110010 | 0 | 10010 | 11010111 | 1001001 | 110000 |
Color Harmonies of #216AD2
Complementary color
Monochromatic Colors of #216AD2
Black with #216AD2
Text Example
Text Example
White with #216AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216AD2; }
p { color: rgb(33,106,210); }
H1.HeaderClassName
{
color: #216AD2;
}
.AnyTagClassName
{
color: #216AD2;
}
</style>
background-color css
<style>
a { background-color: #216AD2; }
a { background-color: rgb(33,106,210); }
div.DivClassName
{
background-color: #216AD2;
}
.BgClassName
{
background-color: #216AD2;
}
</style>
border-color css
<style>
span { border-color: #216AD2; }
span { border-color: rgb(33,106,210); }
td.TdClassName
{
border-color: #216AD2;
}
.TagClassName
{
border-color: #216AD2;
}
</style>