Shades of Denim #205DC7
Tints of Denim #205DC7
RGB
CMYK
RGB Variations
Color information
#205DC7 (or 0x205DC7) is known color: Denim. HEX triplet: 20, 5D and C7. RGB value is (32,93,199). Sum of RGB (Red+Green+Blue) = 32+93+199=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #205DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DC7 is #DFA238. Grayscale: #565656. Windows color (decimal): -14656057 or 13065504. OLE color: 13065504.
HSL color Cylindrical-coordinate representation of color #205DC7: hue angle of 218.08º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205DC7 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 93 | 199 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.22 |
| HSL | 218.08º | 0.72% | 0.45% | - |
| HSV(B) | 218.08º | 0.84% | 0.78% | - |
| XYZ | 14.82 | 12.26 | 55.62 | - |
| YUV | 86.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 199 | 0.84 | 0.53 | 0 | 0.22 | 218.08 | 0.72 | 0.45 |
| Hex | 20 | 5D | C7 | 54 | 35 | 0 | 16 | DA | 48 | 2D |
| Octal | 40 | 135 | 307 | 124 | 65 | 0 | 26 | 332 | 110 | 55 |
| Binary | 100000 | 1011101 | 11000111 | 1010100 | 110101 | 0 | 10110 | 11011010 | 1001000 | 101101 |
Color Harmonies of #205DC7
Complementary color
Monochromatic Colors of #205DC7
Black with #205DC7
Text Example
Text Example
White with #205DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DC7; }
p { color: rgb(32,93,199); }
H1.HeaderClassName
{
color: #205DC7;
}
.AnyTagClassName
{
color: #205DC7;
}
</style>
background-color css
<style>
a { background-color: #205DC7; }
a { background-color: rgb(32,93,199); }
div.DivClassName
{
background-color: #205DC7;
}
.BgClassName
{
background-color: #205DC7;
}
</style>
border-color css
<style>
span { border-color: #205DC7; }
span { border-color: rgb(32,93,199); }
td.TdClassName
{
border-color: #205DC7;
}
.TagClassName
{
border-color: #205DC7;
}
</style>