Shades of Blue #2009EC
Tints of Blue #2009EC
RGB
CMYK
RGB Variations
Color information
#2009EC (or 0x2009EC) is known color: Blue. HEX triplet: 20, 09 and EC. RGB value is (32,9,236). Sum of RGB (Red+Green+Blue) = 32+9+236=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 236 (92.58% from 255 or 85.20% from 277); Max value from RGB is 236 - color contains mainly: blue. Hex color #2009EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2009EC is #DFF613. Grayscale: #282828. Windows color (decimal): -14677524 or 15468832. OLE color: 15468832.
HSL color Cylindrical-coordinate representation of color #2009EC: hue angle of 246.08º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009EC is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 9 | 236 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.07 |
| HSL | 246.08º | 0.93% | 0.48% | - |
| HSV(B) | 246.08º | 0.96% | 0.93% | - |
| XYZ | 15.83 | 6.56 | 79.79 | - |
| YUV | 41.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 236 | 0.86 | 0.96 | 0 | 0.07 | 246.08 | 0.93 | 0.48 |
| Hex | 20 | 9 | EC | 56 | 60 | 0 | 7 | F6 | 5D | 30 |
| Octal | 40 | 11 | 354 | 126 | 140 | 0 | 7 | 366 | 135 | 60 |
| Binary | 100000 | 1001 | 11101100 | 1010110 | 1100000 | 0 | 111 | 11110110 | 1011101 | 110000 |
Color Harmonies of #2009EC
Complementary color
Monochromatic Colors of #2009EC
Black with #2009EC
Text Example
Text Example
White with #2009EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009EC; }
p { color: rgb(32,9,236); }
H1.HeaderClassName
{
color: #2009EC;
}
.AnyTagClassName
{
color: #2009EC;
}
</style>
background-color css
<style>
a { background-color: #2009EC; }
a { background-color: rgb(32,9,236); }
div.DivClassName
{
background-color: #2009EC;
}
.BgClassName
{
background-color: #2009EC;
}
</style>
border-color css
<style>
span { border-color: #2009EC; }
span { border-color: rgb(32,9,236); }
td.TdClassName
{
border-color: #2009EC;
}
.TagClassName
{
border-color: #2009EC;
}
</style>