Shades of Medium Blue #280EDE
Tints of Medium Blue #280EDE
RGB
CMYK
RGB Variations
Color information
#280EDE (or 0x280EDE) is known color: Medium Blue. HEX triplet: 28, 0E and DE. RGB value is (40,14,222). Sum of RGB (Red+Green+Blue) = 40+14+222=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #280EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EDE is #D7F121. Grayscale: #2C2C2C. Windows color (decimal): -14151970 or 14552616. OLE color: 14552616.
HSL color Cylindrical-coordinate representation of color #280EDE: hue angle of 247.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EDE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 14 | 222 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.13 |
| HSL | 247.5º | 0.88% | 0.46% | - |
| HSV(B) | 247.5º | 0.94% | 0.87% | - |
| XYZ | 14.22 | 6.04 | 69.52 | - |
| YUV | 45.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 222 | 0.82 | 0.94 | 0 | 0.13 | 247.5 | 0.88 | 0.46 |
| Hex | 28 | E | DE | 52 | 5E | 0 | D | F8 | 58 | 2E |
| Octal | 50 | 16 | 336 | 122 | 136 | 0 | 15 | 370 | 130 | 56 |
| Binary | 101000 | 1110 | 11011110 | 1010010 | 1011110 | 0 | 1101 | 11111000 | 1011000 | 101110 |
Color Harmonies of #280EDE
Complementary color
Monochromatic Colors of #280EDE
Black with #280EDE
Text Example
Text Example
White with #280EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EDE; }
p { color: rgb(40,14,222); }
H1.HeaderClassName
{
color: #280EDE;
}
.AnyTagClassName
{
color: #280EDE;
}
</style>
background-color css
<style>
a { background-color: #280EDE; }
a { background-color: rgb(40,14,222); }
div.DivClassName
{
background-color: #280EDE;
}
.BgClassName
{
background-color: #280EDE;
}
</style>
border-color css
<style>
span { border-color: #280EDE; }
span { border-color: rgb(40,14,222); }
td.TdClassName
{
border-color: #280EDE;
}
.TagClassName
{
border-color: #280EDE;
}
</style>