Shades of Denim #207DC8
Tints of Denim #207DC8
RGB
CMYK
RGB Variations
Color information
#207DC8 (or 0x207DC8) is known color: Denim. HEX triplet: 20, 7D and C8. RGB value is (32,125,200). Sum of RGB (Red+Green+Blue) = 32+125+200=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #207DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DC8 is #DF8237. Grayscale: #696969. Windows color (decimal): -14647864 or 13139232. OLE color: 13139232.
HSL color Cylindrical-coordinate representation of color #207DC8: hue angle of 206.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207DC8 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 125 | 200 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.22 |
| HSL | 206.79º | 0.72% | 0.45% | - |
| HSV(B) | 206.79º | 0.84% | 0.78% | - |
| XYZ | 18.35 | 19.14 | 57.37 | - |
| YUV | 105.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 200 | 0.84 | 0.38 | 0 | 0.22 | 206.79 | 0.72 | 0.45 |
| Hex | 20 | 7D | C8 | 54 | 26 | 0 | 16 | CF | 48 | 2D |
| Octal | 40 | 175 | 310 | 124 | 46 | 0 | 26 | 317 | 110 | 55 |
| Binary | 100000 | 1111101 | 11001000 | 1010100 | 100110 | 0 | 10110 | 11001111 | 1001000 | 101101 |
Color Harmonies of #207DC8
Complementary color
Monochromatic Colors of #207DC8
Black with #207DC8
Text Example
Text Example
White with #207DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DC8; }
p { color: rgb(32,125,200); }
H1.HeaderClassName
{
color: #207DC8;
}
.AnyTagClassName
{
color: #207DC8;
}
</style>
background-color css
<style>
a { background-color: #207DC8; }
a { background-color: rgb(32,125,200); }
div.DivClassName
{
background-color: #207DC8;
}
.BgClassName
{
background-color: #207DC8;
}
</style>
border-color css
<style>
span { border-color: #207DC8; }
span { border-color: rgb(32,125,200); }
td.TdClassName
{
border-color: #207DC8;
}
.TagClassName
{
border-color: #207DC8;
}
</style>