Shades of Denim #205DC9
Tints of Denim #205DC9
RGB
CMYK
RGB Variations
Color information
#205DC9 (or 0x205DC9) is known color: Denim. HEX triplet: 20, 5D and C9. RGB value is (32,93,201). Sum of RGB (Red+Green+Blue) = 32+93+201=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #205DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DC9 is #DFA236. Grayscale: #565656. Windows color (decimal): -14656055 or 13196576. OLE color: 13196576.
HSL color Cylindrical-coordinate representation of color #205DC9: hue angle of 218.34º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205DC9 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 93 | 201 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.21 |
| HSL | 218.34º | 0.73% | 0.46% | - |
| HSV(B) | 218.34º | 0.84% | 0.79% | - |
| XYZ | 15.05 | 12.35 | 56.85 | - |
| YUV | 87.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 201 | 0.84 | 0.54 | 0 | 0.21 | 218.34 | 0.73 | 0.46 |
| Hex | 20 | 5D | C9 | 54 | 36 | 0 | 15 | DA | 49 | 2E |
| Octal | 40 | 135 | 311 | 124 | 66 | 0 | 25 | 332 | 111 | 56 |
| Binary | 100000 | 1011101 | 11001001 | 1010100 | 110110 | 0 | 10101 | 11011010 | 1001001 | 101110 |
Color Harmonies of #205DC9
Complementary color
Monochromatic Colors of #205DC9
Black with #205DC9
Text Example
Text Example
White with #205DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DC9; }
p { color: rgb(32,93,201); }
H1.HeaderClassName
{
color: #205DC9;
}
.AnyTagClassName
{
color: #205DC9;
}
</style>
background-color css
<style>
a { background-color: #205DC9; }
a { background-color: rgb(32,93,201); }
div.DivClassName
{
background-color: #205DC9;
}
.BgClassName
{
background-color: #205DC9;
}
</style>
border-color css
<style>
span { border-color: #205DC9; }
span { border-color: rgb(32,93,201); }
td.TdClassName
{
border-color: #205DC9;
}
.TagClassName
{
border-color: #205DC9;
}
</style>