Shades of Blue #2800ED
Tints of Blue #2800ED
RGB
CMYK
RGB Variations
Color information
#2800ED (or 0x2800ED) is known color: Blue. HEX triplet: 28, 00 and ED. RGB value is (40,0,237). Sum of RGB (Red+Green+Blue) = 40+0+237=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #2800ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2800ED is #D7FF12. Grayscale: #262626. Windows color (decimal): -14155539 or 15532072. OLE color: 15532072.
HSL color Cylindrical-coordinate representation of color #2800ED: hue angle of 250.13º 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 #2800ED is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 0 | 237 | - |
| CMYK | 0.83 | 1 | 0 | 0.07 |
| HSL | 250.13º | 1% | 0.46% | - |
| HSV(B) | 250.13º | 1% | 0.93% | - |
| XYZ | 16.16 | 6.57 | 80.54 | - |
| YUV | 38.98 | 239.75 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 237 | 0.83 | 1 | 0 | 0.07 | 250.13 | 1 | 0.46 |
| Hex | 28 | 0 | ED | 53 | 64 | 0 | 7 | FA | 64 | 2E |
| Octal | 50 | 0 | 355 | 123 | 144 | 0 | 7 | 372 | 144 | 56 |
| Binary | 101000 | 0 | 11101101 | 1010011 | 1100100 | 0 | 111 | 11111010 | 1100100 | 101110 |
Color Harmonies of #2800ED
Complementary color
Monochromatic Colors of #2800ED
Black with #2800ED
Text Example
Text Example
White with #2800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800ED; }
p { color: rgb(40,0,237); }
H1.HeaderClassName
{
color: #2800ED;
}
.AnyTagClassName
{
color: #2800ED;
}
</style>
background-color css
<style>
a { background-color: #2800ED; }
a { background-color: rgb(40,0,237); }
div.DivClassName
{
background-color: #2800ED;
}
.BgClassName
{
background-color: #2800ED;
}
</style>
border-color css
<style>
span { border-color: #2800ED; }
span { border-color: rgb(40,0,237); }
td.TdClassName
{
border-color: #2800ED;
}
.TagClassName
{
border-color: #2800ED;
}
</style>