Shades of Denim #215FCD
Tints of Denim #215FCD
RGB
CMYK
RGB Variations
Color information
#215FCD (or 0x215FCD) is known color: Denim. HEX triplet: 21, 5F and CD. RGB value is (33,95,205). Sum of RGB (Red+Green+Blue) = 33+95+205=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #215FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FCD is #DEA032. Grayscale: #585858. Windows color (decimal): -14590003 or 13459233. OLE color: 13459233.
HSL color Cylindrical-coordinate representation of color #215FCD: hue angle of 218.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215FCD is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 95 | 205 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.20 |
| HSL | 218.37º | 0.72% | 0.47% | - |
| HSV(B) | 218.37º | 0.84% | 0.8% | - |
| XYZ | 15.74 | 12.92 | 59.42 | - |
| YUV | 89 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 205 | 0.84 | 0.54 | 0 | 0.20 | 218.37 | 0.72 | 0.47 |
| Hex | 21 | 5F | CD | 54 | 36 | 0 | 14 | DA | 48 | 2F |
| Octal | 41 | 137 | 315 | 124 | 66 | 0 | 24 | 332 | 110 | 57 |
| Binary | 100001 | 1011111 | 11001101 | 1010100 | 110110 | 0 | 10100 | 11011010 | 1001000 | 101111 |
Color Harmonies of #215FCD
Complementary color
Monochromatic Colors of #215FCD
Black with #215FCD
Text Example
Text Example
White with #215FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FCD; }
p { color: rgb(33,95,205); }
H1.HeaderClassName
{
color: #215FCD;
}
.AnyTagClassName
{
color: #215FCD;
}
</style>
background-color css
<style>
a { background-color: #215FCD; }
a { background-color: rgb(33,95,205); }
div.DivClassName
{
background-color: #215FCD;
}
.BgClassName
{
background-color: #215FCD;
}
</style>
border-color css
<style>
span { border-color: #215FCD; }
span { border-color: rgb(33,95,205); }
td.TdClassName
{
border-color: #215FCD;
}
.TagClassName
{
border-color: #215FCD;
}
</style>