Shades of Medium Blue #2007DE
Tints of Medium Blue #2007DE
RGB
CMYK
RGB Variations
Color information
#2007DE (or 0x2007DE) is known color: Medium Blue. HEX triplet: 20, 07 and DE. RGB value is (32,7,222). Sum of RGB (Red+Green+Blue) = 32+7+222=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #2007DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007DE is #DFF821. Grayscale: #262626. Windows color (decimal): -14678050 or 14550816. OLE color: 14550816.
HSL color Cylindrical-coordinate representation of color #2007DE: hue angle of 246.98º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2007DE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 7 | 222 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.13 |
| HSL | 246.98º | 0.94% | 0.45% | - |
| HSV(B) | 246.98º | 0.97% | 0.87% | - |
| XYZ | 13.86 | 5.73 | 69.48 | - |
| YUV | 38.99 | 231.28 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 222 | 0.86 | 0.97 | 0 | 0.13 | 246.98 | 0.94 | 0.45 |
| Hex | 20 | 7 | DE | 56 | 61 | 0 | D | F7 | 5E | 2D |
| Octal | 40 | 7 | 336 | 126 | 141 | 0 | 15 | 367 | 136 | 55 |
| Binary | 100000 | 111 | 11011110 | 1010110 | 1100001 | 0 | 1101 | 11110111 | 1011110 | 101101 |
Color Harmonies of #2007DE
Complementary color
Monochromatic Colors of #2007DE
Black with #2007DE
Text Example
Text Example
White with #2007DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007DE; }
p { color: rgb(32,7,222); }
H1.HeaderClassName
{
color: #2007DE;
}
.AnyTagClassName
{
color: #2007DE;
}
</style>
background-color css
<style>
a { background-color: #2007DE; }
a { background-color: rgb(32,7,222); }
div.DivClassName
{
background-color: #2007DE;
}
.BgClassName
{
background-color: #2007DE;
}
</style>
border-color css
<style>
span { border-color: #2007DE; }
span { border-color: rgb(32,7,222); }
td.TdClassName
{
border-color: #2007DE;
}
.TagClassName
{
border-color: #2007DE;
}
</style>