Shades of Medium Blue #2804CE
Tints of Medium Blue #2804CE
RGB
CMYK
RGB Variations
Color information
#2804CE (or 0x2804CE) is known color: Medium Blue. HEX triplet: 28, 04 and CE. RGB value is (40,4,206). Sum of RGB (Red+Green+Blue) = 40+4+206=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #2804CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2804CE is #D7FB31. Grayscale: #252525. Windows color (decimal): -14154546 or 13501480. OLE color: 13501480.
HSL color Cylindrical-coordinate representation of color #2804CE: hue angle of 250.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2804CE is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 4 | 206 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.19 |
| HSL | 250.69º | 0.96% | 0.41% | - |
| HSV(B) | 250.69º | 0.98% | 0.81% | - |
| XYZ | 12.06 | 4.99 | 58.72 | - |
| YUV | 37.79 | 222.93 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 206 | 0.81 | 0.98 | 0 | 0.19 | 250.69 | 0.96 | 0.41 |
| Hex | 28 | 4 | CE | 51 | 62 | 0 | 13 | FB | 60 | 29 |
| Octal | 50 | 4 | 316 | 121 | 142 | 0 | 23 | 373 | 140 | 51 |
| Binary | 101000 | 100 | 11001110 | 1010001 | 1100010 | 0 | 10011 | 11111011 | 1100000 | 101001 |
Color Harmonies of #2804CE
Complementary color
Monochromatic Colors of #2804CE
Black with #2804CE
Text Example
Text Example
White with #2804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804CE; }
p { color: rgb(40,4,206); }
H1.HeaderClassName
{
color: #2804CE;
}
.AnyTagClassName
{
color: #2804CE;
}
</style>
background-color css
<style>
a { background-color: #2804CE; }
a { background-color: rgb(40,4,206); }
div.DivClassName
{
background-color: #2804CE;
}
.BgClassName
{
background-color: #2804CE;
}
</style>
border-color css
<style>
span { border-color: #2804CE; }
span { border-color: rgb(40,4,206); }
td.TdClassName
{
border-color: #2804CE;
}
.TagClassName
{
border-color: #2804CE;
}
</style>