Shades of Denim #217DD2
Tints of Denim #217DD2
RGB
CMYK
RGB Variations
Color information
#217DD2 (or 0x217DD2) is known color: Denim. HEX triplet: 21, 7D and D2. RGB value is (33,125,210). Sum of RGB (Red+Green+Blue) = 33+125+210=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #217DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DD2 is #DE822D. Grayscale: #6A6A6A. Windows color (decimal): -14582318 or 13794593. OLE color: 13794593.
HSL color Cylindrical-coordinate representation of color #217DD2: hue angle of 208.81º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217DD2 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 125 | 210 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.18 |
| HSL | 208.81º | 0.73% | 0.48% | - |
| HSV(B) | 208.81º | 0.84% | 0.82% | - |
| XYZ | 19.59 | 19.64 | 63.73 | - |
| YUV | 107.18 | 186.02 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 210 | 0.84 | 0.40 | 0 | 0.18 | 208.81 | 0.73 | 0.48 |
| Hex | 21 | 7D | D2 | 54 | 28 | 0 | 12 | D1 | 49 | 30 |
| Octal | 41 | 175 | 322 | 124 | 50 | 0 | 22 | 321 | 111 | 60 |
| Binary | 100001 | 1111101 | 11010010 | 1010100 | 101000 | 0 | 10010 | 11010001 | 1001001 | 110000 |
Color Harmonies of #217DD2
Complementary color
Monochromatic Colors of #217DD2
Black with #217DD2
Text Example
Text Example
White with #217DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DD2; }
p { color: rgb(33,125,210); }
H1.HeaderClassName
{
color: #217DD2;
}
.AnyTagClassName
{
color: #217DD2;
}
</style>
background-color css
<style>
a { background-color: #217DD2; }
a { background-color: rgb(33,125,210); }
div.DivClassName
{
background-color: #217DD2;
}
.BgClassName
{
background-color: #217DD2;
}
</style>
border-color css
<style>
span { border-color: #217DD2; }
span { border-color: rgb(33,125,210); }
td.TdClassName
{
border-color: #217DD2;
}
.TagClassName
{
border-color: #217DD2;
}
</style>