Shades of Denim #207ACE
Tints of Denim #207ACE
RGB
CMYK
RGB Variations
Color information
#207ACE (or 0x207ACE) is known color: Denim. HEX triplet: 20, 7A and CE. RGB value is (32,122,206). Sum of RGB (Red+Green+Blue) = 32+122+206=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #207ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ACE is #DF8531. Grayscale: #686868. Windows color (decimal): -14648626 or 13531680. OLE color: 13531680.
HSL color Cylindrical-coordinate representation of color #207ACE: hue angle of 208.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207ACE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 122 | 206 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.19 |
| HSL | 208.97º | 0.73% | 0.47% | - |
| HSV(B) | 208.97º | 0.84% | 0.81% | - |
| XYZ | 18.7 | 18.68 | 61.01 | - |
| YUV | 104.67 | 185.18 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 206 | 0.84 | 0.41 | 0 | 0.19 | 208.97 | 0.73 | 0.47 |
| Hex | 20 | 7A | CE | 54 | 29 | 0 | 13 | D1 | 49 | 2F |
| Octal | 40 | 172 | 316 | 124 | 51 | 0 | 23 | 321 | 111 | 57 |
| Binary | 100000 | 1111010 | 11001110 | 1010100 | 101001 | 0 | 10011 | 11010001 | 1001001 | 101111 |
Color Harmonies of #207ACE
Complementary color
Monochromatic Colors of #207ACE
Black with #207ACE
Text Example
Text Example
White with #207ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ACE; }
p { color: rgb(32,122,206); }
H1.HeaderClassName
{
color: #207ACE;
}
.AnyTagClassName
{
color: #207ACE;
}
</style>
background-color css
<style>
a { background-color: #207ACE; }
a { background-color: rgb(32,122,206); }
div.DivClassName
{
background-color: #207ACE;
}
.BgClassName
{
background-color: #207ACE;
}
</style>
border-color css
<style>
span { border-color: #207ACE; }
span { border-color: rgb(32,122,206); }
td.TdClassName
{
border-color: #207ACE;
}
.TagClassName
{
border-color: #207ACE;
}
</style>