Shades of Denim #205CC8
Tints of Denim #205CC8
RGB
CMYK
RGB Variations
Color information
#205CC8 (or 0x205CC8) is known color: Denim. HEX triplet: 20, 5C and C8. RGB value is (32,92,200). Sum of RGB (Red+Green+Blue) = 32+92+200=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #205CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CC8 is #DFA337. Grayscale: #555555. Windows color (decimal): -14656312 or 13130784. OLE color: 13130784.
HSL color Cylindrical-coordinate representation of color #205CC8: hue angle of 218.57º 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 #205CC8 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 92 | 200 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.22 |
| HSL | 218.57º | 0.72% | 0.45% | - |
| HSV(B) | 218.57º | 0.84% | 0.78% | - |
| XYZ | 14.85 | 12.13 | 56.2 | - |
| YUV | 86.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 200 | 0.84 | 0.54 | 0 | 0.22 | 218.57 | 0.72 | 0.45 |
| Hex | 20 | 5C | C8 | 54 | 36 | 0 | 16 | DB | 48 | 2D |
| Octal | 40 | 134 | 310 | 124 | 66 | 0 | 26 | 333 | 110 | 55 |
| Binary | 100000 | 1011100 | 11001000 | 1010100 | 110110 | 0 | 10110 | 11011011 | 1001000 | 101101 |
Color Harmonies of #205CC8
Complementary color
Monochromatic Colors of #205CC8
Black with #205CC8
Text Example
Text Example
White with #205CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CC8; }
p { color: rgb(32,92,200); }
H1.HeaderClassName
{
color: #205CC8;
}
.AnyTagClassName
{
color: #205CC8;
}
</style>
background-color css
<style>
a { background-color: #205CC8; }
a { background-color: rgb(32,92,200); }
div.DivClassName
{
background-color: #205CC8;
}
.BgClassName
{
background-color: #205CC8;
}
</style>
border-color css
<style>
span { border-color: #205CC8; }
span { border-color: rgb(32,92,200); }
td.TdClassName
{
border-color: #205CC8;
}
.TagClassName
{
border-color: #205CC8;
}
</style>