Shades of Denim #207ABD
Tints of Denim #207ABD
RGB
CMYK
RGB Variations
Color information
#207ABD (or 0x207ABD) is known color: Denim. HEX triplet: 20, 7A and BD. RGB value is (32,122,189). Sum of RGB (Red+Green+Blue) = 32+122+189=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #207ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ABD is #DF8542. Grayscale: #666666. Windows color (decimal): -14648643 or 12417568. OLE color: 12417568.
HSL color Cylindrical-coordinate representation of color #207ABD: hue angle of 205.61º 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 #207ABD is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 122 | 189 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.26 |
| HSL | 205.61º | 0.71% | 0.43% | - |
| HSV(B) | 205.61º | 0.83% | 0.74% | - |
| XYZ | 16.74 | 17.9 | 50.72 | - |
| YUV | 102.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 189 | 0.83 | 0.35 | 0 | 0.26 | 205.61 | 0.71 | 0.43 |
| Hex | 20 | 7A | BD | 53 | 23 | 0 | 1A | CE | 47 | 2B |
| Octal | 40 | 172 | 275 | 123 | 43 | 0 | 32 | 316 | 107 | 53 |
| Binary | 100000 | 1111010 | 10111101 | 1010011 | 100011 | 0 | 11010 | 11001110 | 1000111 | 101011 |
Color Harmonies of #207ABD
Complementary color
Monochromatic Colors of #207ABD
Black with #207ABD
Text Example
Text Example
White with #207ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ABD; }
p { color: rgb(32,122,189); }
H1.HeaderClassName
{
color: #207ABD;
}
.AnyTagClassName
{
color: #207ABD;
}
</style>
background-color css
<style>
a { background-color: #207ABD; }
a { background-color: rgb(32,122,189); }
div.DivClassName
{
background-color: #207ABD;
}
.BgClassName
{
background-color: #207ABD;
}
</style>
border-color css
<style>
span { border-color: #207ABD; }
span { border-color: rgb(32,122,189); }
td.TdClassName
{
border-color: #207ABD;
}
.TagClassName
{
border-color: #207ABD;
}
</style>