Shades of Denim #207DC9
Tints of Denim #207DC9
RGB
CMYK
RGB Variations
Color information
#207DC9 (or 0x207DC9) is known color: Denim. HEX triplet: 20, 7D and C9. RGB value is (32,125,201). Sum of RGB (Red+Green+Blue) = 32+125+201=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #207DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DC9 is #DF8236. Grayscale: #696969. Windows color (decimal): -14647863 or 13204768. OLE color: 13204768.
HSL color Cylindrical-coordinate representation of color #207DC9: hue angle of 206.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207DC9 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 125 | 201 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.21 |
| HSL | 206.98º | 0.73% | 0.46% | - |
| HSV(B) | 206.98º | 0.84% | 0.79% | - |
| XYZ | 18.47 | 19.19 | 57.99 | - |
| YUV | 105.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 201 | 0.84 | 0.38 | 0 | 0.21 | 206.98 | 0.73 | 0.46 |
| Hex | 20 | 7D | C9 | 54 | 26 | 0 | 15 | CF | 49 | 2E |
| Octal | 40 | 175 | 311 | 124 | 46 | 0 | 25 | 317 | 111 | 56 |
| Binary | 100000 | 1111101 | 11001001 | 1010100 | 100110 | 0 | 10101 | 11001111 | 1001001 | 101110 |
Color Harmonies of #207DC9
Complementary color
Monochromatic Colors of #207DC9
Black with #207DC9
Text Example
Text Example
White with #207DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DC9; }
p { color: rgb(32,125,201); }
H1.HeaderClassName
{
color: #207DC9;
}
.AnyTagClassName
{
color: #207DC9;
}
</style>
background-color css
<style>
a { background-color: #207DC9; }
a { background-color: rgb(32,125,201); }
div.DivClassName
{
background-color: #207DC9;
}
.BgClassName
{
background-color: #207DC9;
}
</style>
border-color css
<style>
span { border-color: #207DC9; }
span { border-color: rgb(32,125,201); }
td.TdClassName
{
border-color: #207DC9;
}
.TagClassName
{
border-color: #207DC9;
}
</style>