Shades of Denim #207ACF
Tints of Denim #207ACF
RGB
CMYK
RGB Variations
Color information
#207ACF (or 0x207ACF) is known color: Denim. HEX triplet: 20, 7A and CF. RGB value is (32,122,207). Sum of RGB (Red+Green+Blue) = 32+122+207=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #207ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ACF is #DF8530. Grayscale: #686868. Windows color (decimal): -14648625 or 13597216. OLE color: 13597216.
HSL color Cylindrical-coordinate representation of color #207ACF: hue angle of 209.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207ACF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 122 | 207 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.19 |
| HSL | 209.14º | 0.73% | 0.47% | - |
| HSV(B) | 209.14º | 0.85% | 0.81% | - |
| XYZ | 18.82 | 18.73 | 61.66 | - |
| YUV | 104.78 | 185.68 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 207 | 0.85 | 0.41 | 0 | 0.19 | 209.14 | 0.73 | 0.47 |
| Hex | 20 | 7A | CF | 55 | 29 | 0 | 13 | D1 | 49 | 2F |
| Octal | 40 | 172 | 317 | 125 | 51 | 0 | 23 | 321 | 111 | 57 |
| Binary | 100000 | 1111010 | 11001111 | 1010101 | 101001 | 0 | 10011 | 11010001 | 1001001 | 101111 |
Color Harmonies of #207ACF
Complementary color
Monochromatic Colors of #207ACF
Black with #207ACF
Text Example
Text Example
White with #207ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ACF; }
p { color: rgb(32,122,207); }
H1.HeaderClassName
{
color: #207ACF;
}
.AnyTagClassName
{
color: #207ACF;
}
</style>
background-color css
<style>
a { background-color: #207ACF; }
a { background-color: rgb(32,122,207); }
div.DivClassName
{
background-color: #207ACF;
}
.BgClassName
{
background-color: #207ACF;
}
</style>
border-color css
<style>
span { border-color: #207ACF; }
span { border-color: rgb(32,122,207); }
td.TdClassName
{
border-color: #207ACF;
}
.TagClassName
{
border-color: #207ACF;
}
</style>