Shades of Denim #207BCC
Tints of Denim #207BCC
RGB
CMYK
RGB Variations
Color information
#207BCC (or 0x207BCC) is known color: Denim. HEX triplet: 20, 7B and CC. RGB value is (32,123,204). Sum of RGB (Red+Green+Blue) = 32+123+204=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #207BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BCC is #DF8433. Grayscale: #686868. Windows color (decimal): -14648372 or 13400864. OLE color: 13400864.
HSL color Cylindrical-coordinate representation of color #207BCC: hue angle of 208.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207BCC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 123 | 204 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.2 |
| HSL | 208.26º | 0.73% | 0.46% | - |
| HSV(B) | 208.26º | 0.84% | 0.8% | - |
| XYZ | 18.58 | 18.83 | 59.78 | - |
| YUV | 105.03 | 183.85 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 204 | 0.84 | 0.40 | 0 | 0.2 | 208.26 | 0.73 | 0.46 |
| Hex | 20 | 7B | CC | 54 | 28 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 173 | 314 | 124 | 50 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111011 | 11001100 | 1010100 | 101000 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207BCC
Complementary color
Monochromatic Colors of #207BCC
Black with #207BCC
Text Example
Text Example
White with #207BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BCC; }
p { color: rgb(32,123,204); }
H1.HeaderClassName
{
color: #207BCC;
}
.AnyTagClassName
{
color: #207BCC;
}
</style>
background-color css
<style>
a { background-color: #207BCC; }
a { background-color: rgb(32,123,204); }
div.DivClassName
{
background-color: #207BCC;
}
.BgClassName
{
background-color: #207BCC;
}
</style>
border-color css
<style>
span { border-color: #207BCC; }
span { border-color: rgb(32,123,204); }
td.TdClassName
{
border-color: #207BCC;
}
.TagClassName
{
border-color: #207BCC;
}
</style>