Shades of Denim #207BC5
Tints of Denim #207BC5
RGB
CMYK
RGB Variations
Color information
#207BC5 (or 0x207BC5) is known color: Denim. HEX triplet: 20, 7B and C5. RGB value is (32,123,197). Sum of RGB (Red+Green+Blue) = 32+123+197=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #207BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BC5 is #DF843A. Grayscale: #676767. Windows color (decimal): -14648379 or 12942112. OLE color: 12942112.
HSL color Cylindrical-coordinate representation of color #207BC5: hue angle of 206.91º 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 #207BC5 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 123 | 197 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.23 |
| HSL | 206.91º | 0.72% | 0.45% | - |
| HSV(B) | 206.91º | 0.84% | 0.77% | - |
| XYZ | 17.76 | 18.5 | 55.46 | - |
| YUV | 104.23 | 180.35 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 197 | 0.84 | 0.38 | 0 | 0.23 | 206.91 | 0.72 | 0.45 |
| Hex | 20 | 7B | C5 | 54 | 26 | 0 | 17 | CF | 48 | 2D |
| Octal | 40 | 173 | 305 | 124 | 46 | 0 | 27 | 317 | 110 | 55 |
| Binary | 100000 | 1111011 | 11000101 | 1010100 | 100110 | 0 | 10111 | 11001111 | 1001000 | 101101 |
Color Harmonies of #207BC5
Complementary color
Monochromatic Colors of #207BC5
Black with #207BC5
Text Example
Text Example
White with #207BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BC5; }
p { color: rgb(32,123,197); }
H1.HeaderClassName
{
color: #207BC5;
}
.AnyTagClassName
{
color: #207BC5;
}
</style>
background-color css
<style>
a { background-color: #207BC5; }
a { background-color: rgb(32,123,197); }
div.DivClassName
{
background-color: #207BC5;
}
.BgClassName
{
background-color: #207BC5;
}
</style>
border-color css
<style>
span { border-color: #207BC5; }
span { border-color: rgb(32,123,197); }
td.TdClassName
{
border-color: #207BC5;
}
.TagClassName
{
border-color: #207BC5;
}
</style>