Shades of Denim #205DBE
Tints of Denim #205DBE
RGB
CMYK
RGB Variations
Color information
#205DBE (or 0x205DBE) is known color: Denim. HEX triplet: 20, 5D and BE. RGB value is (32,93,190). Sum of RGB (Red+Green+Blue) = 32+93+190=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #205DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DBE is #DFA241. Grayscale: #555555. Windows color (decimal): -14656066 or 12475680. OLE color: 12475680.
HSL color Cylindrical-coordinate representation of color #205DBE: hue angle of 216.84º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205DBE is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 93 | 190 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.25 |
| HSL | 216.84º | 0.71% | 0.44% | - |
| HSV(B) | 216.84º | 0.83% | 0.75% | - |
| XYZ | 13.8 | 11.85 | 50.28 | - |
| YUV | 85.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 190 | 0.83 | 0.51 | 0 | 0.25 | 216.84 | 0.71 | 0.44 |
| Hex | 20 | 5D | BE | 53 | 33 | 0 | 19 | D9 | 47 | 2C |
| Octal | 40 | 135 | 276 | 123 | 63 | 0 | 31 | 331 | 107 | 54 |
| Binary | 100000 | 1011101 | 10111110 | 1010011 | 110011 | 0 | 11001 | 11011001 | 1000111 | 101100 |
Color Harmonies of #205DBE
Complementary color
Monochromatic Colors of #205DBE
Black with #205DBE
Text Example
Text Example
White with #205DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DBE; }
p { color: rgb(32,93,190); }
H1.HeaderClassName
{
color: #205DBE;
}
.AnyTagClassName
{
color: #205DBE;
}
</style>
background-color css
<style>
a { background-color: #205DBE; }
a { background-color: rgb(32,93,190); }
div.DivClassName
{
background-color: #205DBE;
}
.BgClassName
{
background-color: #205DBE;
}
</style>
border-color css
<style>
span { border-color: #205DBE; }
span { border-color: rgb(32,93,190); }
td.TdClassName
{
border-color: #205DBE;
}
.TagClassName
{
border-color: #205DBE;
}
</style>