Shades of Denim #2075CB
Tints of Denim #2075CB
RGB
CMYK
RGB Variations
Color information
#2075CB (or 0x2075CB) is known color: Denim. HEX triplet: 20, 75 and CB. RGB value is (32,117,203). Sum of RGB (Red+Green+Blue) = 32+117+203=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #2075CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075CB is #DF8A34. Grayscale: #646464. Windows color (decimal): -14649909 or 13333792. OLE color: 13333792.
HSL color Cylindrical-coordinate representation of color #2075CB: hue angle of 210.18º 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 #2075CB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 117 | 203 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.20 |
| HSL | 210.18º | 0.73% | 0.46% | - |
| HSV(B) | 210.18º | 0.84% | 0.8% | - |
| XYZ | 17.74 | 17.34 | 58.91 | - |
| YUV | 101.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 203 | 0.84 | 0.42 | 0 | 0.20 | 210.18 | 0.73 | 0.46 |
| Hex | 20 | 75 | CB | 54 | 2A | 0 | 14 | D2 | 49 | 2E |
| Octal | 40 | 165 | 313 | 124 | 52 | 0 | 24 | 322 | 111 | 56 |
| Binary | 100000 | 1110101 | 11001011 | 1010100 | 101010 | 0 | 10100 | 11010010 | 1001001 | 101110 |
Color Harmonies of #2075CB
Complementary color
Monochromatic Colors of #2075CB
Black with #2075CB
Text Example
Text Example
White with #2075CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075CB; }
p { color: rgb(32,117,203); }
H1.HeaderClassName
{
color: #2075CB;
}
.AnyTagClassName
{
color: #2075CB;
}
</style>
background-color css
<style>
a { background-color: #2075CB; }
a { background-color: rgb(32,117,203); }
div.DivClassName
{
background-color: #2075CB;
}
.BgClassName
{
background-color: #2075CB;
}
</style>
border-color css
<style>
span { border-color: #2075CB; }
span { border-color: rgb(32,117,203); }
td.TdClassName
{
border-color: #2075CB;
}
.TagClassName
{
border-color: #2075CB;
}
</style>