Shades of Medium Blue #2804C5
Tints of Medium Blue #2804C5
RGB
CMYK
RGB Variations
Color information
#2804C5 (or 0x2804C5) is known color: Medium Blue. HEX triplet: 28, 04 and C5. RGB value is (40,4,197). Sum of RGB (Red+Green+Blue) = 40+4+197=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 197 (77.34% from 255 or 81.74% from 241); Max value from RGB is 197 - color contains mainly: blue. Hex color #2804C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2804C5 is #D7FB3A. Grayscale: #242424. Windows color (decimal): -14154555 or 12911656. OLE color: 12911656.
HSL color Cylindrical-coordinate representation of color #2804C5: hue angle of 251.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2804C5 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 4 | 197 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.23 |
| HSL | 251.19º | 0.96% | 0.39% | - |
| HSV(B) | 251.19º | 0.98% | 0.77% | - |
| XYZ | 11 | 4.57 | 53.13 | - |
| YUV | 36.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 197 | 0.80 | 0.98 | 0 | 0.23 | 251.19 | 0.96 | 0.39 |
| Hex | 28 | 4 | C5 | 50 | 62 | 0 | 17 | FB | 60 | 27 |
| Octal | 50 | 4 | 305 | 120 | 142 | 0 | 27 | 373 | 140 | 47 |
| Binary | 101000 | 100 | 11000101 | 1010000 | 1100010 | 0 | 10111 | 11111011 | 1100000 | 100111 |
Color Harmonies of #2804C5
Complementary color
Monochromatic Colors of #2804C5
Black with #2804C5
Text Example
Text Example
White with #2804C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804C5; }
p { color: rgb(40,4,197); }
H1.HeaderClassName
{
color: #2804C5;
}
.AnyTagClassName
{
color: #2804C5;
}
</style>
background-color css
<style>
a { background-color: #2804C5; }
a { background-color: rgb(40,4,197); }
div.DivClassName
{
background-color: #2804C5;
}
.BgClassName
{
background-color: #2804C5;
}
</style>
border-color css
<style>
span { border-color: #2804C5; }
span { border-color: rgb(40,4,197); }
td.TdClassName
{
border-color: #2804C5;
}
.TagClassName
{
border-color: #2804C5;
}
</style>