Shades of Denim #217DCD
Tints of Denim #217DCD
RGB
CMYK
RGB Variations
Color information
#217DCD (or 0x217DCD) is known color: Denim. HEX triplet: 21, 7D and CD. RGB value is (33,125,205). Sum of RGB (Red+Green+Blue) = 33+125+205=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #217DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DCD is #DE8232. Grayscale: #6A6A6A. Windows color (decimal): -14582323 or 13466913. OLE color: 13466913.
HSL color Cylindrical-coordinate representation of color #217DCD: hue angle of 207.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217DCD is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 125 | 205 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.20 |
| HSL | 207.91º | 0.72% | 0.47% | - |
| HSV(B) | 207.91º | 0.84% | 0.8% | - |
| XYZ | 18.98 | 19.4 | 60.5 | - |
| YUV | 106.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 205 | 0.84 | 0.39 | 0 | 0.20 | 207.91 | 0.72 | 0.47 |
| Hex | 21 | 7D | CD | 54 | 27 | 0 | 14 | D0 | 48 | 2F |
| Octal | 41 | 175 | 315 | 124 | 47 | 0 | 24 | 320 | 110 | 57 |
| Binary | 100001 | 1111101 | 11001101 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001000 | 101111 |
Color Harmonies of #217DCD
Complementary color
Monochromatic Colors of #217DCD
Black with #217DCD
Text Example
Text Example
White with #217DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DCD; }
p { color: rgb(33,125,205); }
H1.HeaderClassName
{
color: #217DCD;
}
.AnyTagClassName
{
color: #217DCD;
}
</style>
background-color css
<style>
a { background-color: #217DCD; }
a { background-color: rgb(33,125,205); }
div.DivClassName
{
background-color: #217DCD;
}
.BgClassName
{
background-color: #217DCD;
}
</style>
border-color css
<style>
span { border-color: #217DCD; }
span { border-color: rgb(33,125,205); }
td.TdClassName
{
border-color: #217DCD;
}
.TagClassName
{
border-color: #217DCD;
}
</style>