Shades of Denim #205FDB
Tints of Denim #205FDB
RGB
CMYK
RGB Variations
Color information
#205FDB (or 0x205FDB) is known color: Denim. HEX triplet: 20, 5F and DB. RGB value is (32,95,219). Sum of RGB (Red+Green+Blue) = 32+95+219=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #205FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FDB is #DFA024. Grayscale: #595959. Windows color (decimal): -14655525 or 14376736. OLE color: 14376736.
HSL color Cylindrical-coordinate representation of color #205FDB: hue angle of 219.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205FDB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 95 | 219 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.14 |
| HSL | 219.79º | 0.75% | 0.49% | - |
| HSV(B) | 219.79º | 0.85% | 0.86% | - |
| XYZ | 17.47 | 13.61 | 68.72 | - |
| YUV | 90.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 219 | 0.85 | 0.57 | 0 | 0.14 | 219.79 | 0.75 | 0.49 |
| Hex | 20 | 5F | DB | 55 | 39 | 0 | E | DC | 4B | 31 |
| Octal | 40 | 137 | 333 | 125 | 71 | 0 | 16 | 334 | 113 | 61 |
| Binary | 100000 | 1011111 | 11011011 | 1010101 | 111001 | 0 | 1110 | 11011100 | 1001011 | 110001 |
Color Harmonies of #205FDB
Complementary color
Monochromatic Colors of #205FDB
Black with #205FDB
Text Example
Text Example
White with #205FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FDB; }
p { color: rgb(32,95,219); }
H1.HeaderClassName
{
color: #205FDB;
}
.AnyTagClassName
{
color: #205FDB;
}
</style>
background-color css
<style>
a { background-color: #205FDB; }
a { background-color: rgb(32,95,219); }
div.DivClassName
{
background-color: #205FDB;
}
.BgClassName
{
background-color: #205FDB;
}
</style>
border-color css
<style>
span { border-color: #205FDB; }
span { border-color: rgb(32,95,219); }
td.TdClassName
{
border-color: #205FDB;
}
.TagClassName
{
border-color: #205FDB;
}
</style>