Shades of Denim #207AD5
Tints of Denim #207AD5
RGB
CMYK
RGB Variations
Color information
#207AD5 (or 0x207AD5) is known color: Denim. HEX triplet: 20, 7A and D5. RGB value is (32,122,213). Sum of RGB (Red+Green+Blue) = 32+122+213=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #207AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AD5 is #DF852A. Grayscale: #696969. Windows color (decimal): -14648619 or 13990432. OLE color: 13990432.
HSL color Cylindrical-coordinate representation of color #207AD5: hue angle of 210.17º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207AD5 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 122 | 213 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.16 |
| HSL | 210.17º | 0.74% | 0.48% | - |
| HSV(B) | 210.17º | 0.85% | 0.84% | - |
| XYZ | 19.57 | 19.03 | 65.59 | - |
| YUV | 105.46 | 188.68 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 213 | 0.85 | 0.43 | 0 | 0.16 | 210.17 | 0.74 | 0.48 |
| Hex | 20 | 7A | D5 | 55 | 2B | 0 | 10 | D2 | 4A | 30 |
| Octal | 40 | 172 | 325 | 125 | 53 | 0 | 20 | 322 | 112 | 60 |
| Binary | 100000 | 1111010 | 11010101 | 1010101 | 101011 | 0 | 10000 | 11010010 | 1001010 | 110000 |
Color Harmonies of #207AD5
Complementary color
Monochromatic Colors of #207AD5
Black with #207AD5
Text Example
Text Example
White with #207AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AD5; }
p { color: rgb(32,122,213); }
H1.HeaderClassName
{
color: #207AD5;
}
.AnyTagClassName
{
color: #207AD5;
}
</style>
background-color css
<style>
a { background-color: #207AD5; }
a { background-color: rgb(32,122,213); }
div.DivClassName
{
background-color: #207AD5;
}
.BgClassName
{
background-color: #207AD5;
}
</style>
border-color css
<style>
span { border-color: #207AD5; }
span { border-color: rgb(32,122,213); }
td.TdClassName
{
border-color: #207AD5;
}
.TagClassName
{
border-color: #207AD5;
}
</style>