Shades of Denim #207CC3
Tints of Denim #207CC3
RGB
CMYK
RGB Variations
Color information
#207CC3 (or 0x207CC3) is known color: Denim. HEX triplet: 20, 7C and C3. RGB value is (32,124,195). Sum of RGB (Red+Green+Blue) = 32+124+195=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #207CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CC3 is #DF833C. Grayscale: #686868. Windows color (decimal): -14648125 or 12811296. OLE color: 12811296.
HSL color Cylindrical-coordinate representation of color #207CC3: hue angle of 206.13º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207CC3 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 124 | 195 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.24 |
| HSL | 206.14º | 0.72% | 0.45% | - |
| HSV(B) | 206.14º | 0.84% | 0.76% | - |
| XYZ | 17.65 | 18.66 | 54.3 | - |
| YUV | 104.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 195 | 0.84 | 0.36 | 0 | 0.24 | 206.14 | 0.72 | 0.45 |
| Hex | 20 | 7C | C3 | 54 | 24 | 0 | 18 | CE | 48 | 2D |
| Octal | 40 | 174 | 303 | 124 | 44 | 0 | 30 | 316 | 110 | 55 |
| Binary | 100000 | 1111100 | 11000011 | 1010100 | 100100 | 0 | 11000 | 11001110 | 1001000 | 101101 |
Color Harmonies of #207CC3
Complementary color
Monochromatic Colors of #207CC3
Black with #207CC3
Text Example
Text Example
White with #207CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CC3; }
p { color: rgb(32,124,195); }
H1.HeaderClassName
{
color: #207CC3;
}
.AnyTagClassName
{
color: #207CC3;
}
</style>
background-color css
<style>
a { background-color: #207CC3; }
a { background-color: rgb(32,124,195); }
div.DivClassName
{
background-color: #207CC3;
}
.BgClassName
{
background-color: #207CC3;
}
</style>
border-color css
<style>
span { border-color: #207CC3; }
span { border-color: rgb(32,124,195); }
td.TdClassName
{
border-color: #207CC3;
}
.TagClassName
{
border-color: #207CC3;
}
</style>