Shades of Medium Blue #2009CE
Tints of Medium Blue #2009CE
RGB
CMYK
RGB Variations
Color information
#2009CE (or 0x2009CE) is known color: Medium Blue. HEX triplet: 20, 09 and CE. RGB value is (32,9,206). Sum of RGB (Red+Green+Blue) = 32+9+206=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #2009CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009CE is #DFF631. Grayscale: #252525. Windows color (decimal): -14677554 or 13502752. OLE color: 13502752.
HSL color Cylindrical-coordinate representation of color #2009CE: hue angle of 247.01º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009CE is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 9 | 206 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.19 |
| HSL | 247.01º | 0.92% | 0.42% | - |
| HSV(B) | 247.01º | 0.96% | 0.81% | - |
| XYZ | 11.83 | 4.96 | 58.73 | - |
| YUV | 38.34 | 222.62 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 206 | 0.84 | 0.96 | 0 | 0.19 | 247.01 | 0.92 | 0.42 |
| Hex | 20 | 9 | CE | 54 | 60 | 0 | 13 | F7 | 5C | 2A |
| Octal | 40 | 11 | 316 | 124 | 140 | 0 | 23 | 367 | 134 | 52 |
| Binary | 100000 | 1001 | 11001110 | 1010100 | 1100000 | 0 | 10011 | 11110111 | 1011100 | 101010 |
Color Harmonies of #2009CE
Complementary color
Monochromatic Colors of #2009CE
Black with #2009CE
Text Example
Text Example
White with #2009CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009CE; }
p { color: rgb(32,9,206); }
H1.HeaderClassName
{
color: #2009CE;
}
.AnyTagClassName
{
color: #2009CE;
}
</style>
background-color css
<style>
a { background-color: #2009CE; }
a { background-color: rgb(32,9,206); }
div.DivClassName
{
background-color: #2009CE;
}
.BgClassName
{
background-color: #2009CE;
}
</style>
border-color css
<style>
span { border-color: #2009CE; }
span { border-color: rgb(32,9,206); }
td.TdClassName
{
border-color: #2009CE;
}
.TagClassName
{
border-color: #2009CE;
}
</style>