Shades of Denim #205DC5
Tints of Denim #205DC5
RGB
CMYK
RGB Variations
Color information
#205DC5 (or 0x205DC5) is known color: Denim. HEX triplet: 20, 5D and C5. RGB value is (32,93,197). Sum of RGB (Red+Green+Blue) = 32+93+197=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 197 (77.34% from 255 or 61.18% from 322); Max value from RGB is 197 - color contains mainly: blue. Hex color #205DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DC5 is #DFA23A. Grayscale: #565656. Windows color (decimal): -14656059 or 12934432. OLE color: 12934432.
HSL color Cylindrical-coordinate representation of color #205DC5: hue angle of 217.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205DC5 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 93 | 197 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.23 |
| HSL | 217.82º | 0.72% | 0.45% | - |
| HSV(B) | 217.82º | 0.84% | 0.77% | - |
| XYZ | 14.59 | 12.17 | 54.4 | - |
| YUV | 86.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 197 | 0.84 | 0.53 | 0 | 0.23 | 217.82 | 0.72 | 0.45 |
| Hex | 20 | 5D | C5 | 54 | 35 | 0 | 17 | DA | 48 | 2D |
| Octal | 40 | 135 | 305 | 124 | 65 | 0 | 27 | 332 | 110 | 55 |
| Binary | 100000 | 1011101 | 11000101 | 1010100 | 110101 | 0 | 10111 | 11011010 | 1001000 | 101101 |
Color Harmonies of #205DC5
Complementary color
Monochromatic Colors of #205DC5
Black with #205DC5
Text Example
Text Example
White with #205DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DC5; }
p { color: rgb(32,93,197); }
H1.HeaderClassName
{
color: #205DC5;
}
.AnyTagClassName
{
color: #205DC5;
}
</style>
background-color css
<style>
a { background-color: #205DC5; }
a { background-color: rgb(32,93,197); }
div.DivClassName
{
background-color: #205DC5;
}
.BgClassName
{
background-color: #205DC5;
}
</style>
border-color css
<style>
span { border-color: #205DC5; }
span { border-color: rgb(32,93,197); }
td.TdClassName
{
border-color: #205DC5;
}
.TagClassName
{
border-color: #205DC5;
}
</style>