Shades of Medium Blue #2004CA
Tints of Medium Blue #2004CA
RGB
CMYK
RGB Variations
Color information
#2004CA (or 0x2004CA) is known color: Medium Blue. HEX triplet: 20, 04 and CA. RGB value is (32,4,202). Sum of RGB (Red+Green+Blue) = 32+4+202=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #2004CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CA is #DFFB35. Grayscale: #222222. Windows color (decimal): -14678838 or 13239328. OLE color: 13239328.
HSL color Cylindrical-coordinate representation of color #2004CA: hue angle of 248.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004CA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 4 | 202 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.21 |
| HSL | 248.48º | 0.96% | 0.4% | - |
| HSV(B) | 248.48º | 0.98% | 0.79% | - |
| XYZ | 11.3 | 4.66 | 56.18 | - |
| YUV | 34.94 | 222.28 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 202 | 0.84 | 0.98 | 0 | 0.21 | 248.48 | 0.96 | 0.4 |
| Hex | 20 | 4 | CA | 54 | 62 | 0 | 15 | F8 | 60 | 28 |
| Octal | 40 | 4 | 312 | 124 | 142 | 0 | 25 | 370 | 140 | 50 |
| Binary | 100000 | 100 | 11001010 | 1010100 | 1100010 | 0 | 10101 | 11111000 | 1100000 | 101000 |
Color Harmonies of #2004CA
Complementary color
Monochromatic Colors of #2004CA
Black with #2004CA
Text Example
Text Example
White with #2004CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004CA; }
p { color: rgb(32,4,202); }
H1.HeaderClassName
{
color: #2004CA;
}
.AnyTagClassName
{
color: #2004CA;
}
</style>
background-color css
<style>
a { background-color: #2004CA; }
a { background-color: rgb(32,4,202); }
div.DivClassName
{
background-color: #2004CA;
}
.BgClassName
{
background-color: #2004CA;
}
</style>
border-color css
<style>
span { border-color: #2004CA; }
span { border-color: rgb(32,4,202); }
td.TdClassName
{
border-color: #2004CA;
}
.TagClassName
{
border-color: #2004CA;
}
</style>