Shades of Denim #207ABC
Tints of Denim #207ABC
RGB
CMYK
RGB Variations
Color information
#207ABC (or 0x207ABC) is known color: Denim. HEX triplet: 20, 7A and BC. RGB value is (32,122,188). Sum of RGB (Red+Green+Blue) = 32+122+188=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #207ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ABC is #DF8543. Grayscale: #666666. Windows color (decimal): -14648644 or 12352032. OLE color: 12352032.
HSL color Cylindrical-coordinate representation of color #207ABC: hue angle of 205.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207ABC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 122 | 188 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.26 |
| HSL | 205.38º | 0.71% | 0.43% | - |
| HSV(B) | 205.38º | 0.83% | 0.74% | - |
| XYZ | 16.63 | 17.86 | 50.15 | - |
| YUV | 102.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 188 | 0.83 | 0.35 | 0 | 0.26 | 205.38 | 0.71 | 0.43 |
| Hex | 20 | 7A | BC | 53 | 23 | 0 | 1A | CD | 47 | 2B |
| Octal | 40 | 172 | 274 | 123 | 43 | 0 | 32 | 315 | 107 | 53 |
| Binary | 100000 | 1111010 | 10111100 | 1010011 | 100011 | 0 | 11010 | 11001101 | 1000111 | 101011 |
Color Harmonies of #207ABC
Complementary color
Monochromatic Colors of #207ABC
Black with #207ABC
Text Example
Text Example
White with #207ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ABC; }
p { color: rgb(32,122,188); }
H1.HeaderClassName
{
color: #207ABC;
}
.AnyTagClassName
{
color: #207ABC;
}
</style>
background-color css
<style>
a { background-color: #207ABC; }
a { background-color: rgb(32,122,188); }
div.DivClassName
{
background-color: #207ABC;
}
.BgClassName
{
background-color: #207ABC;
}
</style>
border-color css
<style>
span { border-color: #207ABC; }
span { border-color: rgb(32,122,188); }
td.TdClassName
{
border-color: #207ABC;
}
.TagClassName
{
border-color: #207ABC;
}
</style>