Shades of Medium Blue #2010CA
Tints of Medium Blue #2010CA
RGB
CMYK
RGB Variations
Color information
#2010CA (or 0x2010CA) is known color: Medium Blue. HEX triplet: 20, 10 and CA. RGB value is (32,16,202). Sum of RGB (Red+Green+Blue) = 32+16+202=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #2010CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010CA is #DFEF35. Grayscale: #292929. Windows color (decimal): -14675766 or 13242400. OLE color: 13242400.
HSL color Cylindrical-coordinate representation of color #2010CA: hue angle of 245.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010CA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 16 | 202 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.21 |
| HSL | 245.16º | 0.85% | 0.43% | - |
| HSV(B) | 245.16º | 0.92% | 0.79% | - |
| XYZ | 11.44 | 4.94 | 56.23 | - |
| YUV | 41.99 | 218.3 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 202 | 0.84 | 0.92 | 0 | 0.21 | 245.16 | 0.85 | 0.43 |
| Hex | 20 | 10 | CA | 54 | 5C | 0 | 15 | F5 | 55 | 2B |
| Octal | 40 | 20 | 312 | 124 | 134 | 0 | 25 | 365 | 125 | 53 |
| Binary | 100000 | 10000 | 11001010 | 1010100 | 1011100 | 0 | 10101 | 11110101 | 1010101 | 101011 |
Color Harmonies of #2010CA
Complementary color
Monochromatic Colors of #2010CA
Black with #2010CA
Text Example
Text Example
White with #2010CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010CA; }
p { color: rgb(32,16,202); }
H1.HeaderClassName
{
color: #2010CA;
}
.AnyTagClassName
{
color: #2010CA;
}
</style>
background-color css
<style>
a { background-color: #2010CA; }
a { background-color: rgb(32,16,202); }
div.DivClassName
{
background-color: #2010CA;
}
.BgClassName
{
background-color: #2010CA;
}
</style>
border-color css
<style>
span { border-color: #2010CA; }
span { border-color: rgb(32,16,202); }
td.TdClassName
{
border-color: #2010CA;
}
.TagClassName
{
border-color: #2010CA;
}
</style>