Shades of Blue #2800EB
Tints of Blue #2800EB
RGB
CMYK
RGB Variations
Color information
#2800EB (or 0x2800EB) is known color: Blue. HEX triplet: 28, 00 and EB. RGB value is (40,0,235). Sum of RGB (Red+Green+Blue) = 40+0+235=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #2800EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2800EB is #D7FF14. Grayscale: #252525. Windows color (decimal): -14155541 or 15401000. OLE color: 15401000.
HSL color Cylindrical-coordinate representation of color #2800EB: hue angle of 250.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800EB is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 0 | 235 | - |
| CMYK | 0.83 | 1 | 0 | 0.08 |
| HSL | 250.21º | 1% | 0.46% | - |
| HSV(B) | 250.21º | 1% | 0.92% | - |
| XYZ | 15.87 | 6.45 | 79.01 | - |
| YUV | 38.75 | 238.75 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 235 | 0.83 | 1 | 0 | 0.08 | 250.21 | 1 | 0.46 |
| Hex | 28 | 0 | EB | 53 | 64 | 0 | 8 | FA | 64 | 2E |
| Octal | 50 | 0 | 353 | 123 | 144 | 0 | 10 | 372 | 144 | 56 |
| Binary | 101000 | 0 | 11101011 | 1010011 | 1100100 | 0 | 1000 | 11111010 | 1100100 | 101110 |
Color Harmonies of #2800EB
Complementary color
Monochromatic Colors of #2800EB
Black with #2800EB
Text Example
Text Example
White with #2800EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800EB; }
p { color: rgb(40,0,235); }
H1.HeaderClassName
{
color: #2800EB;
}
.AnyTagClassName
{
color: #2800EB;
}
</style>
background-color css
<style>
a { background-color: #2800EB; }
a { background-color: rgb(40,0,235); }
div.DivClassName
{
background-color: #2800EB;
}
.BgClassName
{
background-color: #2800EB;
}
</style>
border-color css
<style>
span { border-color: #2800EB; }
span { border-color: rgb(40,0,235); }
td.TdClassName
{
border-color: #2800EB;
}
.TagClassName
{
border-color: #2800EB;
}
</style>