Shades of Medium Blue #2009BC
Tints of Medium Blue #2009BC
RGB
CMYK
RGB Variations
Color information
#2009BC (or 0x2009BC) is known color: Medium Blue. HEX triplet: 20, 09 and BC. RGB value is (32,9,188). Sum of RGB (Red+Green+Blue) = 32+9+188=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #2009BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009BC is #DFF643. Grayscale: #232323. Windows color (decimal): -14677572 or 12323104. OLE color: 12323104.
HSL color Cylindrical-coordinate representation of color #2009BC: hue angle of 247.71º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009BC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 9 | 188 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.26 |
| HSL | 247.71º | 0.91% | 0.39% | - |
| HSV(B) | 247.71º | 0.95% | 0.74% | - |
| XYZ | 9.77 | 4.13 | 47.86 | - |
| YUV | 36.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 188 | 0.83 | 0.95 | 0 | 0.26 | 247.71 | 0.91 | 0.39 |
| Hex | 20 | 9 | BC | 53 | 5F | 0 | 1A | F8 | 5B | 27 |
| Octal | 40 | 11 | 274 | 123 | 137 | 0 | 32 | 370 | 133 | 47 |
| Binary | 100000 | 1001 | 10111100 | 1010011 | 1011111 | 0 | 11010 | 11111000 | 1011011 | 100111 |
Color Harmonies of #2009BC
Complementary color
Monochromatic Colors of #2009BC
Black with #2009BC
Text Example
Text Example
White with #2009BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009BC; }
p { color: rgb(32,9,188); }
H1.HeaderClassName
{
color: #2009BC;
}
.AnyTagClassName
{
color: #2009BC;
}
</style>
background-color css
<style>
a { background-color: #2009BC; }
a { background-color: rgb(32,9,188); }
div.DivClassName
{
background-color: #2009BC;
}
.BgClassName
{
background-color: #2009BC;
}
</style>
border-color css
<style>
span { border-color: #2009BC; }
span { border-color: rgb(32,9,188); }
td.TdClassName
{
border-color: #2009BC;
}
.TagClassName
{
border-color: #2009BC;
}
</style>