Shades of Denim #207CC5
Tints of Denim #207CC5
RGB
CMYK
RGB Variations
Color information
#207CC5 (or 0x207CC5) is known color: Denim. HEX triplet: 20, 7C and C5. RGB value is (32,124,197). Sum of RGB (Red+Green+Blue) = 32+124+197=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #207CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CC5 is #DF833A. Grayscale: #686868. Windows color (decimal): -14648123 or 12942368. OLE color: 12942368.
HSL color Cylindrical-coordinate representation of color #207CC5: hue angle of 206.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207CC5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 124 | 197 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.23 |
| HSL | 206.55º | 0.72% | 0.45% | - |
| HSV(B) | 206.55º | 0.84% | 0.77% | - |
| XYZ | 17.88 | 18.75 | 55.5 | - |
| YUV | 104.81 | 180.02 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 197 | 0.84 | 0.37 | 0 | 0.23 | 206.55 | 0.72 | 0.45 |
| Hex | 20 | 7C | C5 | 54 | 25 | 0 | 17 | CF | 48 | 2D |
| Octal | 40 | 174 | 305 | 124 | 45 | 0 | 27 | 317 | 110 | 55 |
| Binary | 100000 | 1111100 | 11000101 | 1010100 | 100101 | 0 | 10111 | 11001111 | 1001000 | 101101 |
Color Harmonies of #207CC5
Complementary color
Monochromatic Colors of #207CC5
Black with #207CC5
Text Example
Text Example
White with #207CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CC5; }
p { color: rgb(32,124,197); }
H1.HeaderClassName
{
color: #207CC5;
}
.AnyTagClassName
{
color: #207CC5;
}
</style>
background-color css
<style>
a { background-color: #207CC5; }
a { background-color: rgb(32,124,197); }
div.DivClassName
{
background-color: #207CC5;
}
.BgClassName
{
background-color: #207CC5;
}
</style>
border-color css
<style>
span { border-color: #207CC5; }
span { border-color: rgb(32,124,197); }
td.TdClassName
{
border-color: #207CC5;
}
.TagClassName
{
border-color: #207CC5;
}
</style>