Shades of Blue #2800EC
Tints of Blue #2800EC
RGB
CMYK
RGB Variations
Color information
#2800EC (or 0x2800EC) is known color: Blue. HEX triplet: 28, 00 and EC. RGB value is (40,0,236). Sum of RGB (Red+Green+Blue) = 40+0+236=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #2800EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2800EC is #D7FF13. Grayscale: #252525. Windows color (decimal): -14155540 or 15466536. OLE color: 15466536.
HSL color Cylindrical-coordinate representation of color #2800EC: hue angle of 250.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800EC is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 0 | 236 | - |
| CMYK | 0.83 | 1 | 0 | 0.07 |
| HSL | 250.17º | 1% | 0.46% | - |
| HSV(B) | 250.17º | 1% | 0.93% | - |
| XYZ | 16.02 | 6.51 | 79.77 | - |
| YUV | 38.86 | 239.25 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 236 | 0.83 | 1 | 0 | 0.07 | 250.17 | 1 | 0.46 |
| Hex | 28 | 0 | EC | 53 | 64 | 0 | 7 | FA | 64 | 2E |
| Octal | 50 | 0 | 354 | 123 | 144 | 0 | 7 | 372 | 144 | 56 |
| Binary | 101000 | 0 | 11101100 | 1010011 | 1100100 | 0 | 111 | 11111010 | 1100100 | 101110 |
Color Harmonies of #2800EC
Complementary color
Monochromatic Colors of #2800EC
Black with #2800EC
Text Example
Text Example
White with #2800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800EC; }
p { color: rgb(40,0,236); }
H1.HeaderClassName
{
color: #2800EC;
}
.AnyTagClassName
{
color: #2800EC;
}
</style>
background-color css
<style>
a { background-color: #2800EC; }
a { background-color: rgb(40,0,236); }
div.DivClassName
{
background-color: #2800EC;
}
.BgClassName
{
background-color: #2800EC;
}
</style>
border-color css
<style>
span { border-color: #2800EC; }
span { border-color: rgb(40,0,236); }
td.TdClassName
{
border-color: #2800EC;
}
.TagClassName
{
border-color: #2800EC;
}
</style>