Shades of Denim #217AD3
Tints of Denim #217AD3
RGB
CMYK
RGB Variations
Color information
#217AD3 (or 0x217AD3) is known color: Denim. HEX triplet: 21, 7A and D3. RGB value is (33,122,211). Sum of RGB (Red+Green+Blue) = 33+122+211=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 211 (82.81% from 255 or 57.65% from 366); Max value from RGB is 211 - color contains mainly: blue. Hex color #217AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AD3 is #DE852C. Grayscale: #696969. Windows color (decimal): -14583085 or 13859361. OLE color: 13859361.
HSL color Cylindrical-coordinate representation of color #217AD3: hue angle of 210º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217AD3 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 122 | 211 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.17 |
| HSL | 210º | 0.73% | 0.48% | - |
| HSV(B) | 210º | 0.84% | 0.83% | - |
| XYZ | 19.34 | 18.95 | 64.27 | - |
| YUV | 105.54 | 187.51 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 211 | 0.84 | 0.42 | 0 | 0.17 | 210 | 0.73 | 0.48 |
| Hex | 21 | 7A | D3 | 54 | 2A | 0 | 11 | D2 | 49 | 30 |
| Octal | 41 | 172 | 323 | 124 | 52 | 0 | 21 | 322 | 111 | 60 |
| Binary | 100001 | 1111010 | 11010011 | 1010100 | 101010 | 0 | 10001 | 11010010 | 1001001 | 110000 |
Color Harmonies of #217AD3
Complementary color
Monochromatic Colors of #217AD3
Black with #217AD3
Text Example
Text Example
White with #217AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217AD3; }
p { color: rgb(33,122,211); }
H1.HeaderClassName
{
color: #217AD3;
}
.AnyTagClassName
{
color: #217AD3;
}
</style>
background-color css
<style>
a { background-color: #217AD3; }
a { background-color: rgb(33,122,211); }
div.DivClassName
{
background-color: #217AD3;
}
.BgClassName
{
background-color: #217AD3;
}
</style>
border-color css
<style>
span { border-color: #217AD3; }
span { border-color: rgb(33,122,211); }
td.TdClassName
{
border-color: #217AD3;
}
.TagClassName
{
border-color: #217AD3;
}
</style>