Shades of Denim #207BC4
Tints of Denim #207BC4
RGB
CMYK
RGB Variations
Color information
#207BC4 (or 0x207BC4) is known color: Denim. HEX triplet: 20, 7B and C4. RGB value is (32,123,196). Sum of RGB (Red+Green+Blue) = 32+123+196=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #207BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BC4 is #DF843B. Grayscale: #676767. Windows color (decimal): -14648380 or 12876576. OLE color: 12876576.
HSL color Cylindrical-coordinate representation of color #207BC4: hue angle of 206.71º 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 #207BC4 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 123 | 196 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.23 |
| HSL | 206.71º | 0.72% | 0.45% | - |
| HSV(B) | 206.71º | 0.84% | 0.77% | - |
| XYZ | 17.64 | 18.46 | 54.86 | - |
| YUV | 104.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 196 | 0.84 | 0.37 | 0 | 0.23 | 206.71 | 0.72 | 0.45 |
| Hex | 20 | 7B | C4 | 54 | 25 | 0 | 17 | CF | 48 | 2D |
| Octal | 40 | 173 | 304 | 124 | 45 | 0 | 27 | 317 | 110 | 55 |
| Binary | 100000 | 1111011 | 11000100 | 1010100 | 100101 | 0 | 10111 | 11001111 | 1001000 | 101101 |
Color Harmonies of #207BC4
Complementary color
Monochromatic Colors of #207BC4
Black with #207BC4
Text Example
Text Example
White with #207BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BC4; }
p { color: rgb(32,123,196); }
H1.HeaderClassName
{
color: #207BC4;
}
.AnyTagClassName
{
color: #207BC4;
}
</style>
background-color css
<style>
a { background-color: #207BC4; }
a { background-color: rgb(32,123,196); }
div.DivClassName
{
background-color: #207BC4;
}
.BgClassName
{
background-color: #207BC4;
}
</style>
border-color css
<style>
span { border-color: #207BC4; }
span { border-color: rgb(32,123,196); }
td.TdClassName
{
border-color: #207BC4;
}
.TagClassName
{
border-color: #207BC4;
}
</style>