Shades of Denim #206DD2
Tints of Denim #206DD2
RGB
CMYK
RGB Variations
Color information
#206DD2 (or 0x206DD2) is known color: Denim. HEX triplet: 20, 6D and D2. RGB value is (32,109,210). Sum of RGB (Red+Green+Blue) = 32+109+210=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #206DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DD2 is #DF922D. Grayscale: #616161. Windows color (decimal): -14651950 or 13790496. OLE color: 13790496.
HSL color Cylindrical-coordinate representation of color #206DD2: hue angle of 214.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206DD2 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 109 | 210 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.18 |
| HSL | 214.04º | 0.74% | 0.47% | - |
| HSV(B) | 214.04º | 0.85% | 0.82% | - |
| XYZ | 17.7 | 15.9 | 63.11 | - |
| YUV | 97.49 | 191.49 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 210 | 0.85 | 0.48 | 0 | 0.18 | 214.04 | 0.74 | 0.47 |
| Hex | 20 | 6D | D2 | 55 | 30 | 0 | 12 | D6 | 4A | 2F |
| Octal | 40 | 155 | 322 | 125 | 60 | 0 | 22 | 326 | 112 | 57 |
| Binary | 100000 | 1101101 | 11010010 | 1010101 | 110000 | 0 | 10010 | 11010110 | 1001010 | 101111 |
Color Harmonies of #206DD2
Complementary color
Monochromatic Colors of #206DD2
Black with #206DD2
Text Example
Text Example
White with #206DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DD2; }
p { color: rgb(32,109,210); }
H1.HeaderClassName
{
color: #206DD2;
}
.AnyTagClassName
{
color: #206DD2;
}
</style>
background-color css
<style>
a { background-color: #206DD2; }
a { background-color: rgb(32,109,210); }
div.DivClassName
{
background-color: #206DD2;
}
.BgClassName
{
background-color: #206DD2;
}
</style>
border-color css
<style>
span { border-color: #206DD2; }
span { border-color: rgb(32,109,210); }
td.TdClassName
{
border-color: #206DD2;
}
.TagClassName
{
border-color: #206DD2;
}
</style>