Shades of Denim #217BD6
Tints of Denim #217BD6
RGB
CMYK
RGB Variations
Color information
#217BD6 (or 0x217BD6) is known color: Denim. HEX triplet: 21, 7B and D6. RGB value is (33,123,214). Sum of RGB (Red+Green+Blue) = 33+123+214=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #217BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BD6 is #DE8429. Grayscale: #6A6A6A. Windows color (decimal): -14582826 or 14056225. OLE color: 14056225.
HSL color Cylindrical-coordinate representation of color #217BD6: hue angle of 210.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217BD6 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 123 | 214 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.16 |
| HSL | 210.17º | 0.73% | 0.48% | - |
| HSV(B) | 210.17º | 0.85% | 0.84% | - |
| XYZ | 19.85 | 19.34 | 66.31 | - |
| YUV | 106.46 | 188.68 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 214 | 0.85 | 0.43 | 0 | 0.16 | 210.17 | 0.73 | 0.48 |
| Hex | 21 | 7B | D6 | 55 | 2B | 0 | 10 | D2 | 49 | 30 |
| Octal | 41 | 173 | 326 | 125 | 53 | 0 | 20 | 322 | 111 | 60 |
| Binary | 100001 | 1111011 | 11010110 | 1010101 | 101011 | 0 | 10000 | 11010010 | 1001001 | 110000 |
Color Harmonies of #217BD6
Complementary color
Monochromatic Colors of #217BD6
Black with #217BD6
Text Example
Text Example
White with #217BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BD6; }
p { color: rgb(33,123,214); }
H1.HeaderClassName
{
color: #217BD6;
}
.AnyTagClassName
{
color: #217BD6;
}
</style>
background-color css
<style>
a { background-color: #217BD6; }
a { background-color: rgb(33,123,214); }
div.DivClassName
{
background-color: #217BD6;
}
.BgClassName
{
background-color: #217BD6;
}
</style>
border-color css
<style>
span { border-color: #217BD6; }
span { border-color: rgb(33,123,214); }
td.TdClassName
{
border-color: #217BD6;
}
.TagClassName
{
border-color: #217BD6;
}
</style>