Shades of Blue #280BEE
Tints of Blue #280BEE
RGB
CMYK
RGB Variations
Color information
#280BEE (or 0x280BEE) is known color: Blue. HEX triplet: 28, 0B and EE. RGB value is (40,11,238). Sum of RGB (Red+Green+Blue) = 40+11+238=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #280BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BEE is #D7F411. Grayscale: #2C2C2C. Windows color (decimal): -14152722 or 15600424. OLE color: 15600424.
HSL color Cylindrical-coordinate representation of color #280BEE: hue angle of 247.67º 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 #280BEE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 11 | 238 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.67º | 0.91% | 0.49% | - |
| HSV(B) | 247.67º | 0.95% | 0.93% | - |
| XYZ | 16.43 | 6.86 | 81.35 | - |
| YUV | 45.55 | 236.61 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 238 | 0.83 | 0.95 | 0 | 0.07 | 247.67 | 0.91 | 0.49 |
| Hex | 28 | B | EE | 53 | 5F | 0 | 7 | F8 | 5B | 31 |
| Octal | 50 | 13 | 356 | 123 | 137 | 0 | 7 | 370 | 133 | 61 |
| Binary | 101000 | 1011 | 11101110 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011011 | 110001 |
Color Harmonies of #280BEE
Complementary color
Monochromatic Colors of #280BEE
Black with #280BEE
Text Example
Text Example
White with #280BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BEE; }
p { color: rgb(40,11,238); }
H1.HeaderClassName
{
color: #280BEE;
}
.AnyTagClassName
{
color: #280BEE;
}
</style>
background-color css
<style>
a { background-color: #280BEE; }
a { background-color: rgb(40,11,238); }
div.DivClassName
{
background-color: #280BEE;
}
.BgClassName
{
background-color: #280BEE;
}
</style>
border-color css
<style>
span { border-color: #280BEE; }
span { border-color: rgb(40,11,238); }
td.TdClassName
{
border-color: #280BEE;
}
.TagClassName
{
border-color: #280BEE;
}
</style>