Shades of Denim #205DBB
Tints of Denim #205DBB
RGB
CMYK
RGB Variations
Color information
#205DBB (or 0x205DBB) is known color: Denim. HEX triplet: 20, 5D and BB. RGB value is (32,93,187). Sum of RGB (Red+Green+Blue) = 32+93+187=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #205DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DBB is #DFA244. Grayscale: #555555. Windows color (decimal): -14656069 or 12279072. OLE color: 12279072.
HSL color Cylindrical-coordinate representation of color #205DBB: hue angle of 216.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205DBB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 93 | 187 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.27 |
| HSL | 216.39º | 0.71% | 0.43% | - |
| HSV(B) | 216.39º | 0.83% | 0.73% | - |
| XYZ | 13.48 | 11.72 | 48.57 | - |
| YUV | 85.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 187 | 0.83 | 0.50 | 0 | 0.27 | 216.39 | 0.71 | 0.43 |
| Hex | 20 | 5D | BB | 53 | 32 | 0 | 1B | D8 | 47 | 2B |
| Octal | 40 | 135 | 273 | 123 | 62 | 0 | 33 | 330 | 107 | 53 |
| Binary | 100000 | 1011101 | 10111011 | 1010011 | 110010 | 0 | 11011 | 11011000 | 1000111 | 101011 |
Color Harmonies of #205DBB
Complementary color
Monochromatic Colors of #205DBB
Black with #205DBB
Text Example
Text Example
White with #205DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DBB; }
p { color: rgb(32,93,187); }
H1.HeaderClassName
{
color: #205DBB;
}
.AnyTagClassName
{
color: #205DBB;
}
</style>
background-color css
<style>
a { background-color: #205DBB; }
a { background-color: rgb(32,93,187); }
div.DivClassName
{
background-color: #205DBB;
}
.BgClassName
{
background-color: #205DBB;
}
</style>
border-color css
<style>
span { border-color: #205DBB; }
span { border-color: rgb(32,93,187); }
td.TdClassName
{
border-color: #205DBB;
}
.TagClassName
{
border-color: #205DBB;
}
</style>