Shades of Denim #207ECF
Tints of Denim #207ECF
RGB
CMYK
RGB Variations
Color information
#207ECF (or 0x207ECF) is known color: Denim. HEX triplet: 20, 7E and CF. RGB value is (32,126,207). Sum of RGB (Red+Green+Blue) = 32+126+207=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #207ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ECF is #DF8130. Grayscale: #6A6A6A. Windows color (decimal): -14647601 or 13598240. OLE color: 13598240.
HSL color Cylindrical-coordinate representation of color #207ECF: hue angle of 207.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207ECF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 126 | 207 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.19 |
| HSL | 207.77º | 0.73% | 0.47% | - |
| HSV(B) | 207.77º | 0.85% | 0.81% | - |
| XYZ | 19.32 | 19.73 | 61.82 | - |
| YUV | 107.13 | 184.36 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 207 | 0.85 | 0.39 | 0 | 0.19 | 207.77 | 0.73 | 0.47 |
| Hex | 20 | 7E | CF | 55 | 27 | 0 | 13 | D0 | 49 | 2F |
| Octal | 40 | 176 | 317 | 125 | 47 | 0 | 23 | 320 | 111 | 57 |
| Binary | 100000 | 1111110 | 11001111 | 1010101 | 100111 | 0 | 10011 | 11010000 | 1001001 | 101111 |
Color Harmonies of #207ECF
Complementary color
Monochromatic Colors of #207ECF
Black with #207ECF
Text Example
Text Example
White with #207ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ECF; }
p { color: rgb(32,126,207); }
H1.HeaderClassName
{
color: #207ECF;
}
.AnyTagClassName
{
color: #207ECF;
}
</style>
background-color css
<style>
a { background-color: #207ECF; }
a { background-color: rgb(32,126,207); }
div.DivClassName
{
background-color: #207ECF;
}
.BgClassName
{
background-color: #207ECF;
}
</style>
border-color css
<style>
span { border-color: #207ECF; }
span { border-color: rgb(32,126,207); }
td.TdClassName
{
border-color: #207ECF;
}
.TagClassName
{
border-color: #207ECF;
}
</style>