Shades of Denim #207BCD
Tints of Denim #207BCD
RGB
CMYK
RGB Variations
Color information
#207BCD (or 0x207BCD) is known color: Denim. HEX triplet: 20, 7B and CD. RGB value is (32,123,205). Sum of RGB (Red+Green+Blue) = 32+123+205=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #207BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BCD is #DF8432. Grayscale: #686868. Windows color (decimal): -14648371 or 13466400. OLE color: 13466400.
HSL color Cylindrical-coordinate representation of color #207BCD: hue angle of 208.44º 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 #207BCD is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 123 | 205 | - |
| CMYK | 0.84 | 0.4 | 0 | 0.20 |
| HSL | 208.44º | 0.73% | 0.46% | - |
| HSV(B) | 208.44º | 0.84% | 0.8% | - |
| XYZ | 18.7 | 18.88 | 60.42 | - |
| YUV | 105.14 | 184.35 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 205 | 0.84 | 0.4 | 0 | 0.20 | 208.44 | 0.73 | 0.46 |
| Hex | 20 | 7B | CD | 54 | 28 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 173 | 315 | 124 | 50 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111011 | 11001101 | 1010100 | 101000 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207BCD
Complementary color
Monochromatic Colors of #207BCD
Black with #207BCD
Text Example
Text Example
White with #207BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BCD; }
p { color: rgb(32,123,205); }
H1.HeaderClassName
{
color: #207BCD;
}
.AnyTagClassName
{
color: #207BCD;
}
</style>
background-color css
<style>
a { background-color: #207BCD; }
a { background-color: rgb(32,123,205); }
div.DivClassName
{
background-color: #207BCD;
}
.BgClassName
{
background-color: #207BCD;
}
</style>
border-color css
<style>
span { border-color: #207BCD; }
span { border-color: rgb(32,123,205); }
td.TdClassName
{
border-color: #207BCD;
}
.TagClassName
{
border-color: #207BCD;
}
</style>