Shades of Medium Blue #2009E5
Tints of Medium Blue #2009E5
RGB
CMYK
RGB Variations
Color information
#2009E5 (or 0x2009E5) is known color: Medium Blue. HEX triplet: 20, 09 and E5. RGB value is (32,9,229). Sum of RGB (Red+Green+Blue) = 32+9+229=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 229 (89.84% from 255 or 84.81% from 270); Max value from RGB is 229 - color contains mainly: blue. Hex color #2009E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009E5 is #DFF61A. Grayscale: #282828. Windows color (decimal): -14677531 or 15010080. OLE color: 15010080.
HSL color Cylindrical-coordinate representation of color #2009E5: hue angle of 246.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009E5 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 9 | 229 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.10 |
| HSL | 246.27º | 0.92% | 0.47% | - |
| HSV(B) | 246.27º | 0.96% | 0.9% | - |
| XYZ | 14.84 | 6.16 | 74.54 | - |
| YUV | 40.96 | 234.12 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 229 | 0.86 | 0.96 | 0 | 0.10 | 246.27 | 0.92 | 0.47 |
| Hex | 20 | 9 | E5 | 56 | 60 | 0 | A | F6 | 5C | 2F |
| Octal | 40 | 11 | 345 | 126 | 140 | 0 | 12 | 366 | 134 | 57 |
| Binary | 100000 | 1001 | 11100101 | 1010110 | 1100000 | 0 | 1010 | 11110110 | 1011100 | 101111 |
Color Harmonies of #2009E5
Complementary color
Monochromatic Colors of #2009E5
Black with #2009E5
Text Example
Text Example
White with #2009E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009E5; }
p { color: rgb(32,9,229); }
H1.HeaderClassName
{
color: #2009E5;
}
.AnyTagClassName
{
color: #2009E5;
}
</style>
background-color css
<style>
a { background-color: #2009E5; }
a { background-color: rgb(32,9,229); }
div.DivClassName
{
background-color: #2009E5;
}
.BgClassName
{
background-color: #2009E5;
}
</style>
border-color css
<style>
span { border-color: #2009E5; }
span { border-color: rgb(32,9,229); }
td.TdClassName
{
border-color: #2009E5;
}
.TagClassName
{
border-color: #2009E5;
}
</style>