Shades of Denim #2078BD
Tints of Denim #2078BD
RGB
CMYK
RGB Variations
Color information
#2078BD (or 0x2078BD) is known color: Denim. HEX triplet: 20, 78 and BD. RGB value is (32,120,189). Sum of RGB (Red+Green+Blue) = 32+120+189=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #2078BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078BD is #DF8742. Grayscale: #656565. Windows color (decimal): -14649155 or 12417056. OLE color: 12417056.
HSL color Cylindrical-coordinate representation of color #2078BD: hue angle of 206.37º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2078BD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 120 | 189 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.26 |
| HSL | 206.37º | 0.71% | 0.43% | - |
| HSV(B) | 206.37º | 0.83% | 0.74% | - |
| XYZ | 16.5 | 17.41 | 50.64 | - |
| YUV | 101.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 189 | 0.83 | 0.37 | 0 | 0.26 | 206.37 | 0.71 | 0.43 |
| Hex | 20 | 78 | BD | 53 | 25 | 0 | 1A | CE | 47 | 2B |
| Octal | 40 | 170 | 275 | 123 | 45 | 0 | 32 | 316 | 107 | 53 |
| Binary | 100000 | 1111000 | 10111101 | 1010011 | 100101 | 0 | 11010 | 11001110 | 1000111 | 101011 |
Color Harmonies of #2078BD
Complementary color
Monochromatic Colors of #2078BD
Black with #2078BD
Text Example
Text Example
White with #2078BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078BD; }
p { color: rgb(32,120,189); }
H1.HeaderClassName
{
color: #2078BD;
}
.AnyTagClassName
{
color: #2078BD;
}
</style>
background-color css
<style>
a { background-color: #2078BD; }
a { background-color: rgb(32,120,189); }
div.DivClassName
{
background-color: #2078BD;
}
.BgClassName
{
background-color: #2078BD;
}
</style>
border-color css
<style>
span { border-color: #2078BD; }
span { border-color: rgb(32,120,189); }
td.TdClassName
{
border-color: #2078BD;
}
.TagClassName
{
border-color: #2078BD;
}
</style>