Shades of Denim #205DCF
Tints of Denim #205DCF
RGB
CMYK
RGB Variations
Color information
#205DCF (or 0x205DCF) is known color: Denim. HEX triplet: 20, 5D and CF. RGB value is (32,93,207). Sum of RGB (Red+Green+Blue) = 32+93+207=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #205DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DCF is #DFA230. Grayscale: #575757. Windows color (decimal): -14656049 or 13589792. OLE color: 13589792.
HSL color Cylindrical-coordinate representation of color #205DCF: hue angle of 219.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205DCF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 93 | 207 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.19 |
| HSL | 219.09º | 0.73% | 0.47% | - |
| HSV(B) | 219.09º | 0.85% | 0.81% | - |
| XYZ | 15.77 | 12.64 | 60.64 | - |
| YUV | 87.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 207 | 0.85 | 0.55 | 0 | 0.19 | 219.09 | 0.73 | 0.47 |
| Hex | 20 | 5D | CF | 55 | 37 | 0 | 13 | DB | 49 | 2F |
| Octal | 40 | 135 | 317 | 125 | 67 | 0 | 23 | 333 | 111 | 57 |
| Binary | 100000 | 1011101 | 11001111 | 1010101 | 110111 | 0 | 10011 | 11011011 | 1001001 | 101111 |
Color Harmonies of #205DCF
Complementary color
Monochromatic Colors of #205DCF
Black with #205DCF
Text Example
Text Example
White with #205DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DCF; }
p { color: rgb(32,93,207); }
H1.HeaderClassName
{
color: #205DCF;
}
.AnyTagClassName
{
color: #205DCF;
}
</style>
background-color css
<style>
a { background-color: #205DCF; }
a { background-color: rgb(32,93,207); }
div.DivClassName
{
background-color: #205DCF;
}
.BgClassName
{
background-color: #205DCF;
}
</style>
border-color css
<style>
span { border-color: #205DCF; }
span { border-color: rgb(32,93,207); }
td.TdClassName
{
border-color: #205DCF;
}
.TagClassName
{
border-color: #205DCF;
}
</style>