Shades of Denim #207ECE
Tints of Denim #207ECE
RGB
CMYK
RGB Variations
Color information
#207ECE (or 0x207ECE) is known color: Denim. HEX triplet: 20, 7E and CE. RGB value is (32,126,206). Sum of RGB (Red+Green+Blue) = 32+126+206=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #207ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ECE is #DF8131. Grayscale: #6A6A6A. Windows color (decimal): -14647602 or 13532704. OLE color: 13532704.
HSL color Cylindrical-coordinate representation of color #207ECE: hue angle of 207.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207ECE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 126 | 206 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.19 |
| HSL | 207.59º | 0.73% | 0.47% | - |
| HSV(B) | 207.59º | 0.84% | 0.81% | - |
| XYZ | 19.2 | 19.69 | 61.18 | - |
| YUV | 107.01 | 183.86 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 206 | 0.84 | 0.39 | 0 | 0.19 | 207.59 | 0.73 | 0.47 |
| Hex | 20 | 7E | CE | 54 | 27 | 0 | 13 | D0 | 49 | 2F |
| Octal | 40 | 176 | 316 | 124 | 47 | 0 | 23 | 320 | 111 | 57 |
| Binary | 100000 | 1111110 | 11001110 | 1010100 | 100111 | 0 | 10011 | 11010000 | 1001001 | 101111 |
Color Harmonies of #207ECE
Complementary color
Monochromatic Colors of #207ECE
Black with #207ECE
Text Example
Text Example
White with #207ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ECE; }
p { color: rgb(32,126,206); }
H1.HeaderClassName
{
color: #207ECE;
}
.AnyTagClassName
{
color: #207ECE;
}
</style>
background-color css
<style>
a { background-color: #207ECE; }
a { background-color: rgb(32,126,206); }
div.DivClassName
{
background-color: #207ECE;
}
.BgClassName
{
background-color: #207ECE;
}
</style>
border-color css
<style>
span { border-color: #207ECE; }
span { border-color: rgb(32,126,206); }
td.TdClassName
{
border-color: #207ECE;
}
.TagClassName
{
border-color: #207ECE;
}
</style>