Shades of Denim #2074CF
Tints of Denim #2074CF
RGB
CMYK
RGB Variations
Color information
#2074CF (or 0x2074CF) is known color: Denim. HEX triplet: 20, 74 and CF. RGB value is (32,116,207). Sum of RGB (Red+Green+Blue) = 32+116+207=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #2074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2074CF is #DF8B30. Grayscale: #646464. Windows color (decimal): -14650161 or 13595680. OLE color: 13595680.
HSL color Cylindrical-coordinate representation of color #2074CF: hue angle of 211.2º 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 #2074CF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 116 | 207 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.19 |
| HSL | 211.2º | 0.73% | 0.47% | - |
| HSV(B) | 211.2º | 0.85% | 0.81% | - |
| XYZ | 18.1 | 17.3 | 61.42 | - |
| YUV | 101.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 207 | 0.85 | 0.44 | 0 | 0.19 | 211.2 | 0.73 | 0.47 |
| Hex | 20 | 74 | CF | 55 | 2C | 0 | 13 | D3 | 49 | 2F |
| Octal | 40 | 164 | 317 | 125 | 54 | 0 | 23 | 323 | 111 | 57 |
| Binary | 100000 | 1110100 | 11001111 | 1010101 | 101100 | 0 | 10011 | 11010011 | 1001001 | 101111 |
Color Harmonies of #2074CF
Complementary color
Monochromatic Colors of #2074CF
Black with #2074CF
Text Example
Text Example
White with #2074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2074CF; }
p { color: rgb(32,116,207); }
H1.HeaderClassName
{
color: #2074CF;
}
.AnyTagClassName
{
color: #2074CF;
}
</style>
background-color css
<style>
a { background-color: #2074CF; }
a { background-color: rgb(32,116,207); }
div.DivClassName
{
background-color: #2074CF;
}
.BgClassName
{
background-color: #2074CF;
}
</style>
border-color css
<style>
span { border-color: #2074CF; }
span { border-color: rgb(32,116,207); }
td.TdClassName
{
border-color: #2074CF;
}
.TagClassName
{
border-color: #2074CF;
}
</style>