Shades of Denim #205DCD
Tints of Denim #205DCD
RGB
CMYK
RGB Variations
Color information
#205DCD (or 0x205DCD) is known color: Denim. HEX triplet: 20, 5D and CD. RGB value is (32,93,205). Sum of RGB (Red+Green+Blue) = 32+93+205=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #205DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DCD is #DFA232. Grayscale: #575757. Windows color (decimal): -14656051 or 13458720. OLE color: 13458720.
HSL color Cylindrical-coordinate representation of color #205DCD: hue angle of 218.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205DCD is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 93 | 205 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.20 |
| HSL | 218.84º | 0.73% | 0.46% | - |
| HSV(B) | 218.84º | 0.84% | 0.8% | - |
| XYZ | 15.53 | 12.54 | 59.36 | - |
| YUV | 87.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 205 | 0.84 | 0.55 | 0 | 0.20 | 218.84 | 0.73 | 0.46 |
| Hex | 20 | 5D | CD | 54 | 37 | 0 | 14 | DB | 49 | 2E |
| Octal | 40 | 135 | 315 | 124 | 67 | 0 | 24 | 333 | 111 | 56 |
| Binary | 100000 | 1011101 | 11001101 | 1010100 | 110111 | 0 | 10100 | 11011011 | 1001001 | 101110 |
Color Harmonies of #205DCD
Complementary color
Monochromatic Colors of #205DCD
Black with #205DCD
Text Example
Text Example
White with #205DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DCD; }
p { color: rgb(32,93,205); }
H1.HeaderClassName
{
color: #205DCD;
}
.AnyTagClassName
{
color: #205DCD;
}
</style>
background-color css
<style>
a { background-color: #205DCD; }
a { background-color: rgb(32,93,205); }
div.DivClassName
{
background-color: #205DCD;
}
.BgClassName
{
background-color: #205DCD;
}
</style>
border-color css
<style>
span { border-color: #205DCD; }
span { border-color: rgb(32,93,205); }
td.TdClassName
{
border-color: #205DCD;
}
.TagClassName
{
border-color: #205DCD;
}
</style>