Shades of Denim #2078CF
Tints of Denim #2078CF
RGB
CMYK
RGB Variations
Color information
#2078CF (or 0x2078CF) is known color: Denim. HEX triplet: 20, 78 and CF. RGB value is (32,120,207). Sum of RGB (Red+Green+Blue) = 32+120+207=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #2078CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078CF is #DF8730. Grayscale: #676767. Windows color (decimal): -14649137 or 13596704. OLE color: 13596704.
HSL color Cylindrical-coordinate representation of color #2078CF: hue angle of 209.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2078CF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 120 | 207 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.19 |
| HSL | 209.83º | 0.73% | 0.47% | - |
| HSV(B) | 209.83º | 0.85% | 0.81% | - |
| XYZ | 18.57 | 18.25 | 61.57 | - |
| YUV | 103.61 | 186.35 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 207 | 0.85 | 0.42 | 0 | 0.19 | 209.83 | 0.73 | 0.47 |
| Hex | 20 | 78 | CF | 55 | 2A | 0 | 13 | D2 | 49 | 2F |
| Octal | 40 | 170 | 317 | 125 | 52 | 0 | 23 | 322 | 111 | 57 |
| Binary | 100000 | 1111000 | 11001111 | 1010101 | 101010 | 0 | 10011 | 11010010 | 1001001 | 101111 |
Color Harmonies of #2078CF
Complementary color
Monochromatic Colors of #2078CF
Black with #2078CF
Text Example
Text Example
White with #2078CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078CF; }
p { color: rgb(32,120,207); }
H1.HeaderClassName
{
color: #2078CF;
}
.AnyTagClassName
{
color: #2078CF;
}
</style>
background-color css
<style>
a { background-color: #2078CF; }
a { background-color: rgb(32,120,207); }
div.DivClassName
{
background-color: #2078CF;
}
.BgClassName
{
background-color: #2078CF;
}
</style>
border-color css
<style>
span { border-color: #2078CF; }
span { border-color: rgb(32,120,207); }
td.TdClassName
{
border-color: #2078CF;
}
.TagClassName
{
border-color: #2078CF;
}
</style>