Shades of Denim #2074CD
Tints of Denim #2074CD
RGB
CMYK
RGB Variations
Color information
#2074CD (or 0x2074CD) is known color: Denim. HEX triplet: 20, 74 and CD. RGB value is (32,116,205). Sum of RGB (Red+Green+Blue) = 32+116+205=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #2074CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2074CD is #DF8B32. Grayscale: #646464. Windows color (decimal): -14650163 or 13464608. OLE color: 13464608.
HSL color Cylindrical-coordinate representation of color #2074CD: hue angle of 210.87º 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 #2074CD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 116 | 205 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.20 |
| HSL | 210.87º | 0.73% | 0.46% | - |
| HSV(B) | 210.87º | 0.84% | 0.8% | - |
| XYZ | 17.86 | 17.21 | 60.14 | - |
| YUV | 101.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 205 | 0.84 | 0.43 | 0 | 0.20 | 210.87 | 0.73 | 0.46 |
| Hex | 20 | 74 | CD | 54 | 2B | 0 | 14 | D3 | 49 | 2E |
| Octal | 40 | 164 | 315 | 124 | 53 | 0 | 24 | 323 | 111 | 56 |
| Binary | 100000 | 1110100 | 11001101 | 1010100 | 101011 | 0 | 10100 | 11010011 | 1001001 | 101110 |
Color Harmonies of #2074CD
Complementary color
Monochromatic Colors of #2074CD
Black with #2074CD
Text Example
Text Example
White with #2074CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2074CD; }
p { color: rgb(32,116,205); }
H1.HeaderClassName
{
color: #2074CD;
}
.AnyTagClassName
{
color: #2074CD;
}
</style>
background-color css
<style>
a { background-color: #2074CD; }
a { background-color: rgb(32,116,205); }
div.DivClassName
{
background-color: #2074CD;
}
.BgClassName
{
background-color: #2074CD;
}
</style>
border-color css
<style>
span { border-color: #2074CD; }
span { border-color: rgb(32,116,205); }
td.TdClassName
{
border-color: #2074CD;
}
.TagClassName
{
border-color: #2074CD;
}
</style>