Shades of Denim #217AD8
Tints of Denim #217AD8
RGB
CMYK
RGB Variations
Color information
#217AD8 (or 0x217AD8) is known color: Denim. HEX triplet: 21, 7A and D8. RGB value is (33,122,216). Sum of RGB (Red+Green+Blue) = 33+122+216=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #217AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AD8 is #DE8527. Grayscale: #696969. Windows color (decimal): -14583080 or 14187041. OLE color: 14187041.
HSL color Cylindrical-coordinate representation of color #217AD8: hue angle of 210.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217AD8 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 122 | 216 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.15 |
| HSL | 210.82º | 0.73% | 0.49% | - |
| HSV(B) | 210.82º | 0.85% | 0.85% | - |
| XYZ | 19.98 | 19.2 | 67.62 | - |
| YUV | 106.11 | 190.01 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 216 | 0.85 | 0.44 | 0 | 0.15 | 210.82 | 0.73 | 0.49 |
| Hex | 21 | 7A | D8 | 55 | 2C | 0 | F | D3 | 49 | 31 |
| Octal | 41 | 172 | 330 | 125 | 54 | 0 | 17 | 323 | 111 | 61 |
| Binary | 100001 | 1111010 | 11011000 | 1010101 | 101100 | 0 | 1111 | 11010011 | 1001001 | 110001 |
Color Harmonies of #217AD8
Complementary color
Monochromatic Colors of #217AD8
Black with #217AD8
Text Example
Text Example
White with #217AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217AD8; }
p { color: rgb(33,122,216); }
H1.HeaderClassName
{
color: #217AD8;
}
.AnyTagClassName
{
color: #217AD8;
}
</style>
background-color css
<style>
a { background-color: #217AD8; }
a { background-color: rgb(33,122,216); }
div.DivClassName
{
background-color: #217AD8;
}
.BgClassName
{
background-color: #217AD8;
}
</style>
border-color css
<style>
span { border-color: #217AD8; }
span { border-color: rgb(33,122,216); }
td.TdClassName
{
border-color: #217AD8;
}
.TagClassName
{
border-color: #217AD8;
}
</style>