Shades of Denim #206FDB
Tints of Denim #206FDB
RGB
CMYK
RGB Variations
Color information
#206FDB (or 0x206FDB) is known color: Denim. HEX triplet: 20, 6F and DB. RGB value is (32,111,219). Sum of RGB (Red+Green+Blue) = 32+111+219=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #206FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FDB is #DF9024. Grayscale: #636363. Windows color (decimal): -14651429 or 14380832. OLE color: 14380832.
HSL color Cylindrical-coordinate representation of color #206FDB: hue angle of 214.65º 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 #206FDB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 111 | 219 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.14 |
| HSL | 214.65º | 0.75% | 0.49% | - |
| HSV(B) | 214.65º | 0.85% | 0.86% | - |
| XYZ | 19.07 | 16.79 | 69.25 | - |
| YUV | 99.69 | 195.33 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 219 | 0.85 | 0.49 | 0 | 0.14 | 214.65 | 0.75 | 0.49 |
| Hex | 20 | 6F | DB | 55 | 31 | 0 | E | D7 | 4B | 31 |
| Octal | 40 | 157 | 333 | 125 | 61 | 0 | 16 | 327 | 113 | 61 |
| Binary | 100000 | 1101111 | 11011011 | 1010101 | 110001 | 0 | 1110 | 11010111 | 1001011 | 110001 |
Color Harmonies of #206FDB
Complementary color
Monochromatic Colors of #206FDB
Black with #206FDB
Text Example
Text Example
White with #206FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FDB; }
p { color: rgb(32,111,219); }
H1.HeaderClassName
{
color: #206FDB;
}
.AnyTagClassName
{
color: #206FDB;
}
</style>
background-color css
<style>
a { background-color: #206FDB; }
a { background-color: rgb(32,111,219); }
div.DivClassName
{
background-color: #206FDB;
}
.BgClassName
{
background-color: #206FDB;
}
</style>
border-color css
<style>
span { border-color: #206FDB; }
span { border-color: rgb(32,111,219); }
td.TdClassName
{
border-color: #206FDB;
}
.TagClassName
{
border-color: #206FDB;
}
</style>