Shades of Denim #217ACE
Tints of Denim #217ACE
RGB
CMYK
RGB Variations
Color information
#217ACE (or 0x217ACE) is known color: Denim. HEX triplet: 21, 7A and CE. RGB value is (33,122,206). Sum of RGB (Red+Green+Blue) = 33+122+206=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #217ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ACE is #DE8531. Grayscale: #686868. Windows color (decimal): -14583090 or 13531681. OLE color: 13531681.
HSL color Cylindrical-coordinate representation of color #217ACE: hue angle of 209.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217ACE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 122 | 206 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.19 |
| HSL | 209.13º | 0.72% | 0.47% | - |
| HSV(B) | 209.13º | 0.84% | 0.81% | - |
| XYZ | 18.73 | 18.7 | 61.01 | - |
| YUV | 104.97 | 185.01 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 206 | 0.84 | 0.41 | 0 | 0.19 | 209.13 | 0.72 | 0.47 |
| Hex | 21 | 7A | CE | 54 | 29 | 0 | 13 | D1 | 48 | 2F |
| Octal | 41 | 172 | 316 | 124 | 51 | 0 | 23 | 321 | 110 | 57 |
| Binary | 100001 | 1111010 | 11001110 | 1010100 | 101001 | 0 | 10011 | 11010001 | 1001000 | 101111 |
Color Harmonies of #217ACE
Complementary color
Monochromatic Colors of #217ACE
Black with #217ACE
Text Example
Text Example
White with #217ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ACE; }
p { color: rgb(33,122,206); }
H1.HeaderClassName
{
color: #217ACE;
}
.AnyTagClassName
{
color: #217ACE;
}
</style>
background-color css
<style>
a { background-color: #217ACE; }
a { background-color: rgb(33,122,206); }
div.DivClassName
{
background-color: #217ACE;
}
.BgClassName
{
background-color: #217ACE;
}
</style>
border-color css
<style>
span { border-color: #217ACE; }
span { border-color: rgb(33,122,206); }
td.TdClassName
{
border-color: #217ACE;
}
.TagClassName
{
border-color: #217ACE;
}
</style>