Shades of Blue #280BED
Tints of Blue #280BED
RGB
CMYK
RGB Variations
Color information
#280BED (or 0x280BED) is known color: Blue. HEX triplet: 28, 0B and ED. RGB value is (40,11,237). Sum of RGB (Red+Green+Blue) = 40+11+237=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #280BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BED is #D7F412. Grayscale: #2C2C2C. Windows color (decimal): -14152723 or 15534888. OLE color: 15534888.
HSL color Cylindrical-coordinate representation of color #280BED: hue angle of 247.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BED is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 11 | 237 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.7º | 0.91% | 0.49% | - |
| HSV(B) | 247.7º | 0.95% | 0.93% | - |
| XYZ | 16.28 | 6.8 | 80.58 | - |
| YUV | 45.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 237 | 0.83 | 0.95 | 0 | 0.07 | 247.7 | 0.91 | 0.49 |
| Hex | 28 | B | ED | 53 | 5F | 0 | 7 | F8 | 5B | 31 |
| Octal | 50 | 13 | 355 | 123 | 137 | 0 | 7 | 370 | 133 | 61 |
| Binary | 101000 | 1011 | 11101101 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011011 | 110001 |
Color Harmonies of #280BED
Complementary color
Monochromatic Colors of #280BED
Black with #280BED
Text Example
Text Example
White with #280BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BED; }
p { color: rgb(40,11,237); }
H1.HeaderClassName
{
color: #280BED;
}
.AnyTagClassName
{
color: #280BED;
}
</style>
background-color css
<style>
a { background-color: #280BED; }
a { background-color: rgb(40,11,237); }
div.DivClassName
{
background-color: #280BED;
}
.BgClassName
{
background-color: #280BED;
}
</style>
border-color css
<style>
span { border-color: #280BED; }
span { border-color: rgb(40,11,237); }
td.TdClassName
{
border-color: #280BED;
}
.TagClassName
{
border-color: #280BED;
}
</style>