Shades of Denim #2068CD
Tints of Denim #2068CD
RGB
CMYK
RGB Variations
Color information
#2068CD (or 0x2068CD) is known color: Denim. HEX triplet: 20, 68 and CD. RGB value is (32,104,205). Sum of RGB (Red+Green+Blue) = 32+104+205=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #2068CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068CD is #DF9732. Grayscale: #5D5D5D. Windows color (decimal): -14653235 or 13461536. OLE color: 13461536.
HSL color Cylindrical-coordinate representation of color #2068CD: hue angle of 215.03º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2068CD is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 104 | 205 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.20 |
| HSL | 215.03º | 0.73% | 0.46% | - |
| HSV(B) | 215.03º | 0.84% | 0.8% | - |
| XYZ | 16.57 | 14.62 | 59.71 | - |
| YUV | 93.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 205 | 0.84 | 0.49 | 0 | 0.20 | 215.03 | 0.73 | 0.46 |
| Hex | 20 | 68 | CD | 54 | 31 | 0 | 14 | D7 | 49 | 2E |
| Octal | 40 | 150 | 315 | 124 | 61 | 0 | 24 | 327 | 111 | 56 |
| Binary | 100000 | 1101000 | 11001101 | 1010100 | 110001 | 0 | 10100 | 11010111 | 1001001 | 101110 |
Color Harmonies of #2068CD
Complementary color
Monochromatic Colors of #2068CD
Black with #2068CD
Text Example
Text Example
White with #2068CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068CD; }
p { color: rgb(32,104,205); }
H1.HeaderClassName
{
color: #2068CD;
}
.AnyTagClassName
{
color: #2068CD;
}
</style>
background-color css
<style>
a { background-color: #2068CD; }
a { background-color: rgb(32,104,205); }
div.DivClassName
{
background-color: #2068CD;
}
.BgClassName
{
background-color: #2068CD;
}
</style>
border-color css
<style>
span { border-color: #2068CD; }
span { border-color: rgb(32,104,205); }
td.TdClassName
{
border-color: #2068CD;
}
.TagClassName
{
border-color: #2068CD;
}
</style>