Shades of Medium Blue #2804CA
Tints of Medium Blue #2804CA
RGB
CMYK
RGB Variations
Color information
#2804CA (or 0x2804CA) is known color: Medium Blue. HEX triplet: 28, 04 and CA. RGB value is (40,4,202). Sum of RGB (Red+Green+Blue) = 40+4+202=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #2804CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2804CA is #D7FB35. Grayscale: #242424. Windows color (decimal): -14154550 or 13239336. OLE color: 13239336.
HSL color Cylindrical-coordinate representation of color #2804CA: hue angle of 250.91º 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 #2804CA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 4 | 202 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.21 |
| HSL | 250.91º | 0.96% | 0.4% | - |
| HSV(B) | 250.91º | 0.98% | 0.79% | - |
| XYZ | 11.58 | 4.8 | 56.19 | - |
| YUV | 37.34 | 220.93 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 202 | 0.80 | 0.98 | 0 | 0.21 | 250.91 | 0.96 | 0.4 |
| Hex | 28 | 4 | CA | 50 | 62 | 0 | 15 | FB | 60 | 28 |
| Octal | 50 | 4 | 312 | 120 | 142 | 0 | 25 | 373 | 140 | 50 |
| Binary | 101000 | 100 | 11001010 | 1010000 | 1100010 | 0 | 10101 | 11111011 | 1100000 | 101000 |
Color Harmonies of #2804CA
Complementary color
Monochromatic Colors of #2804CA
Black with #2804CA
Text Example
Text Example
White with #2804CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804CA; }
p { color: rgb(40,4,202); }
H1.HeaderClassName
{
color: #2804CA;
}
.AnyTagClassName
{
color: #2804CA;
}
</style>
background-color css
<style>
a { background-color: #2804CA; }
a { background-color: rgb(40,4,202); }
div.DivClassName
{
background-color: #2804CA;
}
.BgClassName
{
background-color: #2804CA;
}
</style>
border-color css
<style>
span { border-color: #2804CA; }
span { border-color: rgb(40,4,202); }
td.TdClassName
{
border-color: #2804CA;
}
.TagClassName
{
border-color: #2804CA;
}
</style>