Shades of Medium Blue #2009CA
Tints of Medium Blue #2009CA
RGB
CMYK
RGB Variations
Color information
#2009CA (or 0x2009CA) is known color: Medium Blue. HEX triplet: 20, 09 and CA. RGB value is (32,9,202). Sum of RGB (Red+Green+Blue) = 32+9+202=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #2009CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009CA is #DFF635. Grayscale: #252525. Windows color (decimal): -14677558 or 13240608. OLE color: 13240608.
HSL color Cylindrical-coordinate representation of color #2009CA: hue angle of 247.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009CA is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 9 | 202 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.21 |
| HSL | 247.15º | 0.91% | 0.41% | - |
| HSV(B) | 247.15º | 0.96% | 0.79% | - |
| XYZ | 11.35 | 4.77 | 56.2 | - |
| YUV | 37.88 | 220.62 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 202 | 0.84 | 0.96 | 0 | 0.21 | 247.15 | 0.91 | 0.41 |
| Hex | 20 | 9 | CA | 54 | 60 | 0 | 15 | F7 | 5B | 29 |
| Octal | 40 | 11 | 312 | 124 | 140 | 0 | 25 | 367 | 133 | 51 |
| Binary | 100000 | 1001 | 11001010 | 1010100 | 1100000 | 0 | 10101 | 11110111 | 1011011 | 101001 |
Color Harmonies of #2009CA
Complementary color
Monochromatic Colors of #2009CA
Black with #2009CA
Text Example
Text Example
White with #2009CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009CA; }
p { color: rgb(32,9,202); }
H1.HeaderClassName
{
color: #2009CA;
}
.AnyTagClassName
{
color: #2009CA;
}
</style>
background-color css
<style>
a { background-color: #2009CA; }
a { background-color: rgb(32,9,202); }
div.DivClassName
{
background-color: #2009CA;
}
.BgClassName
{
background-color: #2009CA;
}
</style>
border-color css
<style>
span { border-color: #2009CA; }
span { border-color: rgb(32,9,202); }
td.TdClassName
{
border-color: #2009CA;
}
.TagClassName
{
border-color: #2009CA;
}
</style>