Shades of Denim #205DBD
Tints of Denim #205DBD
RGB
CMYK
RGB Variations
Color information
#205DBD (or 0x205DBD) is known color: Denim. HEX triplet: 20, 5D and BD. RGB value is (32,93,189). Sum of RGB (Red+Green+Blue) = 32+93+189=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #205DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DBD is #DFA242. Grayscale: #555555. Windows color (decimal): -14656067 or 12410144. OLE color: 12410144.
HSL color Cylindrical-coordinate representation of color #205DBD: hue angle of 216.69º 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 #205DBD is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 93 | 189 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.26 |
| HSL | 216.69º | 0.71% | 0.43% | - |
| HSV(B) | 216.69º | 0.83% | 0.74% | - |
| XYZ | 13.7 | 11.81 | 49.7 | - |
| YUV | 85.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 189 | 0.83 | 0.51 | 0 | 0.26 | 216.69 | 0.71 | 0.43 |
| Hex | 20 | 5D | BD | 53 | 33 | 0 | 1A | D9 | 47 | 2B |
| Octal | 40 | 135 | 275 | 123 | 63 | 0 | 32 | 331 | 107 | 53 |
| Binary | 100000 | 1011101 | 10111101 | 1010011 | 110011 | 0 | 11010 | 11011001 | 1000111 | 101011 |
Color Harmonies of #205DBD
Complementary color
Monochromatic Colors of #205DBD
Black with #205DBD
Text Example
Text Example
White with #205DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DBD; }
p { color: rgb(32,93,189); }
H1.HeaderClassName
{
color: #205DBD;
}
.AnyTagClassName
{
color: #205DBD;
}
</style>
background-color css
<style>
a { background-color: #205DBD; }
a { background-color: rgb(32,93,189); }
div.DivClassName
{
background-color: #205DBD;
}
.BgClassName
{
background-color: #205DBD;
}
</style>
border-color css
<style>
span { border-color: #205DBD; }
span { border-color: rgb(32,93,189); }
td.TdClassName
{
border-color: #205DBD;
}
.TagClassName
{
border-color: #205DBD;
}
</style>