Shades of Denim #207DCC
Tints of Denim #207DCC
RGB
CMYK
RGB Variations
Color information
#207DCC (or 0x207DCC) is known color: Denim. HEX triplet: 20, 7D and CC. RGB value is (32,125,204). Sum of RGB (Red+Green+Blue) = 32+125+204=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #207DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DCC is #DF8233. Grayscale: #696969. Windows color (decimal): -14647860 or 13401376. OLE color: 13401376.
HSL color Cylindrical-coordinate representation of color #207DCC: hue angle of 207.56º 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 #207DCC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 125 | 204 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.2 |
| HSL | 207.56º | 0.73% | 0.46% | - |
| HSV(B) | 207.56º | 0.84% | 0.8% | - |
| XYZ | 18.83 | 19.33 | 59.87 | - |
| YUV | 106.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 204 | 0.84 | 0.39 | 0 | 0.2 | 207.56 | 0.73 | 0.46 |
| Hex | 20 | 7D | CC | 54 | 27 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 175 | 314 | 124 | 47 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111101 | 11001100 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207DCC
Complementary color
Monochromatic Colors of #207DCC
Black with #207DCC
Text Example
Text Example
White with #207DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DCC; }
p { color: rgb(32,125,204); }
H1.HeaderClassName
{
color: #207DCC;
}
.AnyTagClassName
{
color: #207DCC;
}
</style>
background-color css
<style>
a { background-color: #207DCC; }
a { background-color: rgb(32,125,204); }
div.DivClassName
{
background-color: #207DCC;
}
.BgClassName
{
background-color: #207DCC;
}
</style>
border-color css
<style>
span { border-color: #207DCC; }
span { border-color: rgb(32,125,204); }
td.TdClassName
{
border-color: #207DCC;
}
.TagClassName
{
border-color: #207DCC;
}
</style>