Shades of Medium Blue #2009C6
Tints of Medium Blue #2009C6
RGB
CMYK
RGB Variations
Color information
#2009C6 (or 0x2009C6) is known color: Medium Blue. HEX triplet: 20, 09 and C6. RGB value is (32,9,198). Sum of RGB (Red+Green+Blue) = 32+9+198=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #2009C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009C6 is #DFF639. Grayscale: #242424. Windows color (decimal): -14677562 or 12978464. OLE color: 12978464.
HSL color Cylindrical-coordinate representation of color #2009C6: hue angle of 247.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009C6 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 9 | 198 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.22 |
| HSL | 247.3º | 0.91% | 0.41% | - |
| HSV(B) | 247.3º | 0.95% | 0.78% | - |
| XYZ | 10.89 | 4.58 | 53.74 | - |
| YUV | 37.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 198 | 0.84 | 0.95 | 0 | 0.22 | 247.3 | 0.91 | 0.41 |
| Hex | 20 | 9 | C6 | 54 | 5F | 0 | 16 | F7 | 5B | 29 |
| Octal | 40 | 11 | 306 | 124 | 137 | 0 | 26 | 367 | 133 | 51 |
| Binary | 100000 | 1001 | 11000110 | 1010100 | 1011111 | 0 | 10110 | 11110111 | 1011011 | 101001 |
Color Harmonies of #2009C6
Complementary color
Monochromatic Colors of #2009C6
Black with #2009C6
Text Example
Text Example
White with #2009C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009C6; }
p { color: rgb(32,9,198); }
H1.HeaderClassName
{
color: #2009C6;
}
.AnyTagClassName
{
color: #2009C6;
}
</style>
background-color css
<style>
a { background-color: #2009C6; }
a { background-color: rgb(32,9,198); }
div.DivClassName
{
background-color: #2009C6;
}
.BgClassName
{
background-color: #2009C6;
}
</style>
border-color css
<style>
span { border-color: #2009C6; }
span { border-color: rgb(32,9,198); }
td.TdClassName
{
border-color: #2009C6;
}
.TagClassName
{
border-color: #2009C6;
}
</style>