Shades of Denim #207ACB
Tints of Denim #207ACB
RGB
CMYK
RGB Variations
Color information
#207ACB (or 0x207ACB) is known color: Denim. HEX triplet: 20, 7A and CB. RGB value is (32,122,203). Sum of RGB (Red+Green+Blue) = 32+122+203=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #207ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ACB is #DF8534. Grayscale: #676767. Windows color (decimal): -14648629 or 13335072. OLE color: 13335072.
HSL color Cylindrical-coordinate representation of color #207ACB: hue angle of 208.42º 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 #207ACB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 122 | 203 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.20 |
| HSL | 208.42º | 0.73% | 0.46% | - |
| HSV(B) | 208.42º | 0.84% | 0.8% | - |
| XYZ | 18.33 | 18.54 | 59.11 | - |
| YUV | 104.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 203 | 0.84 | 0.40 | 0 | 0.20 | 208.42 | 0.73 | 0.46 |
| Hex | 20 | 7A | CB | 54 | 28 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 172 | 313 | 124 | 50 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111010 | 11001011 | 1010100 | 101000 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207ACB
Complementary color
Monochromatic Colors of #207ACB
Black with #207ACB
Text Example
Text Example
White with #207ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ACB; }
p { color: rgb(32,122,203); }
H1.HeaderClassName
{
color: #207ACB;
}
.AnyTagClassName
{
color: #207ACB;
}
</style>
background-color css
<style>
a { background-color: #207ACB; }
a { background-color: rgb(32,122,203); }
div.DivClassName
{
background-color: #207ACB;
}
.BgClassName
{
background-color: #207ACB;
}
</style>
border-color css
<style>
span { border-color: #207ACB; }
span { border-color: rgb(32,122,203); }
td.TdClassName
{
border-color: #207ACB;
}
.TagClassName
{
border-color: #207ACB;
}
</style>