Shades of Denim #207ED5
Tints of Denim #207ED5
RGB
CMYK
RGB Variations
Color information
#207ED5 (or 0x207ED5) is known color: Denim. HEX triplet: 20, 7E and D5. RGB value is (32,126,213). Sum of RGB (Red+Green+Blue) = 32+126+213=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #207ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ED5 is #DF812A. Grayscale: #6B6B6B. Windows color (decimal): -14647595 or 13991456. OLE color: 13991456.
HSL color Cylindrical-coordinate representation of color #207ED5: hue angle of 208.84º 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 #207ED5 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 126 | 213 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.16 |
| HSL | 208.84º | 0.74% | 0.48% | - |
| HSV(B) | 208.84º | 0.85% | 0.84% | - |
| XYZ | 20.07 | 20.03 | 65.76 | - |
| YUV | 107.81 | 187.36 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 213 | 0.85 | 0.41 | 0 | 0.16 | 208.84 | 0.74 | 0.48 |
| Hex | 20 | 7E | D5 | 55 | 29 | 0 | 10 | D1 | 4A | 30 |
| Octal | 40 | 176 | 325 | 125 | 51 | 0 | 20 | 321 | 112 | 60 |
| Binary | 100000 | 1111110 | 11010101 | 1010101 | 101001 | 0 | 10000 | 11010001 | 1001010 | 110000 |
Color Harmonies of #207ED5
Complementary color
Monochromatic Colors of #207ED5
Black with #207ED5
Text Example
Text Example
White with #207ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ED5; }
p { color: rgb(32,126,213); }
H1.HeaderClassName
{
color: #207ED5;
}
.AnyTagClassName
{
color: #207ED5;
}
</style>
background-color css
<style>
a { background-color: #207ED5; }
a { background-color: rgb(32,126,213); }
div.DivClassName
{
background-color: #207ED5;
}
.BgClassName
{
background-color: #207ED5;
}
</style>
border-color css
<style>
span { border-color: #207ED5; }
span { border-color: rgb(32,126,213); }
td.TdClassName
{
border-color: #207ED5;
}
.TagClassName
{
border-color: #207ED5;
}
</style>