Shades of Denim #207ACD
Tints of Denim #207ACD
RGB
CMYK
RGB Variations
Color information
#207ACD (or 0x207ACD) is known color: Denim. HEX triplet: 20, 7A and CD. RGB value is (32,122,205). Sum of RGB (Red+Green+Blue) = 32+122+205=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #207ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ACD is #DF8532. Grayscale: #686868. Windows color (decimal): -14648627 or 13466144. OLE color: 13466144.
HSL color Cylindrical-coordinate representation of color #207ACD: hue angle of 208.79º 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 #207ACD is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 122 | 205 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.20 |
| HSL | 208.79º | 0.73% | 0.46% | - |
| HSV(B) | 208.79º | 0.84% | 0.8% | - |
| XYZ | 18.57 | 18.63 | 60.38 | - |
| YUV | 104.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 205 | 0.84 | 0.40 | 0 | 0.20 | 208.79 | 0.73 | 0.46 |
| Hex | 20 | 7A | CD | 54 | 28 | 0 | 14 | D1 | 49 | 2E |
| Octal | 40 | 172 | 315 | 124 | 50 | 0 | 24 | 321 | 111 | 56 |
| Binary | 100000 | 1111010 | 11001101 | 1010100 | 101000 | 0 | 10100 | 11010001 | 1001001 | 101110 |
Color Harmonies of #207ACD
Complementary color
Monochromatic Colors of #207ACD
Black with #207ACD
Text Example
Text Example
White with #207ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ACD; }
p { color: rgb(32,122,205); }
H1.HeaderClassName
{
color: #207ACD;
}
.AnyTagClassName
{
color: #207ACD;
}
</style>
background-color css
<style>
a { background-color: #207ACD; }
a { background-color: rgb(32,122,205); }
div.DivClassName
{
background-color: #207ACD;
}
.BgClassName
{
background-color: #207ACD;
}
</style>
border-color css
<style>
span { border-color: #207ACD; }
span { border-color: rgb(32,122,205); }
td.TdClassName
{
border-color: #207ACD;
}
.TagClassName
{
border-color: #207ACD;
}
</style>