Shades of Medium Blue #2003CA
Tints of Medium Blue #2003CA
RGB
CMYK
RGB Variations
Color information
#2003CA (or 0x2003CA) is known color: Medium Blue. HEX triplet: 20, 03 and CA. RGB value is (32,3,202). Sum of RGB (Red+Green+Blue) = 32+3+202=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #2003CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003CA is #DFFC35. Grayscale: #212121. Windows color (decimal): -14679094 or 13239072. OLE color: 13239072.
HSL color Cylindrical-coordinate representation of color #2003CA: hue angle of 248.74º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003CA is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 3 | 202 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.21 |
| HSL | 248.74º | 0.97% | 0.4% | - |
| HSV(B) | 248.74º | 0.99% | 0.79% | - |
| XYZ | 11.29 | 4.64 | 56.18 | - |
| YUV | 34.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 202 | 0.84 | 0.99 | 0 | 0.21 | 248.74 | 0.97 | 0.4 |
| Hex | 20 | 3 | CA | 54 | 63 | 0 | 15 | F9 | 61 | 28 |
| Octal | 40 | 3 | 312 | 124 | 143 | 0 | 25 | 371 | 141 | 50 |
| Binary | 100000 | 11 | 11001010 | 1010100 | 1100011 | 0 | 10101 | 11111001 | 1100001 | 101000 |
Color Harmonies of #2003CA
Complementary color
Monochromatic Colors of #2003CA
Black with #2003CA
Text Example
Text Example
White with #2003CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003CA; }
p { color: rgb(32,3,202); }
H1.HeaderClassName
{
color: #2003CA;
}
.AnyTagClassName
{
color: #2003CA;
}
</style>
background-color css
<style>
a { background-color: #2003CA; }
a { background-color: rgb(32,3,202); }
div.DivClassName
{
background-color: #2003CA;
}
.BgClassName
{
background-color: #2003CA;
}
</style>
border-color css
<style>
span { border-color: #2003CA; }
span { border-color: rgb(32,3,202); }
td.TdClassName
{
border-color: #2003CA;
}
.TagClassName
{
border-color: #2003CA;
}
</style>