Shades of Denim #205DBC
Tints of Denim #205DBC
RGB
CMYK
RGB Variations
Color information
#205DBC (or 0x205DBC) is known color: Denim. HEX triplet: 20, 5D and BC. RGB value is (32,93,188). Sum of RGB (Red+Green+Blue) = 32+93+188=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #205DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DBC is #DFA243. Grayscale: #555555. Windows color (decimal): -14656068 or 12344608. OLE color: 12344608.
HSL color Cylindrical-coordinate representation of color #205DBC: hue angle of 216.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205DBC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 93 | 188 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.26 |
| HSL | 216.54º | 0.71% | 0.43% | - |
| HSV(B) | 216.54º | 0.83% | 0.74% | - |
| XYZ | 13.59 | 11.77 | 49.13 | - |
| YUV | 85.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 188 | 0.83 | 0.51 | 0 | 0.26 | 216.54 | 0.71 | 0.43 |
| Hex | 20 | 5D | BC | 53 | 33 | 0 | 1A | D9 | 47 | 2B |
| Octal | 40 | 135 | 274 | 123 | 63 | 0 | 32 | 331 | 107 | 53 |
| Binary | 100000 | 1011101 | 10111100 | 1010011 | 110011 | 0 | 11010 | 11011001 | 1000111 | 101011 |
Color Harmonies of #205DBC
Complementary color
Monochromatic Colors of #205DBC
Black with #205DBC
Text Example
Text Example
White with #205DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DBC; }
p { color: rgb(32,93,188); }
H1.HeaderClassName
{
color: #205DBC;
}
.AnyTagClassName
{
color: #205DBC;
}
</style>
background-color css
<style>
a { background-color: #205DBC; }
a { background-color: rgb(32,93,188); }
div.DivClassName
{
background-color: #205DBC;
}
.BgClassName
{
background-color: #205DBC;
}
</style>
border-color css
<style>
span { border-color: #205DBC; }
span { border-color: rgb(32,93,188); }
td.TdClassName
{
border-color: #205DBC;
}
.TagClassName
{
border-color: #205DBC;
}
</style>