Shades of Medium Blue #280EE0
Tints of Medium Blue #280EE0
RGB
CMYK
RGB Variations
Color information
#280EE0 (or 0x280EE0) is known color: Medium Blue. HEX triplet: 28, 0E and E0. RGB value is (40,14,224). Sum of RGB (Red+Green+Blue) = 40+14+224=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 224 (87.89% from 255 or 80.58% from 278); Max value from RGB is 224 - color contains mainly: blue. Hex color #280EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EE0 is #D7F11F. Grayscale: #2C2C2C. Windows color (decimal): -14151968 or 14683688. OLE color: 14683688.
HSL color Cylindrical-coordinate representation of color #280EE0: hue angle of 247.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EE0 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 14 | 224 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.12 |
| HSL | 247.43º | 0.88% | 0.47% | - |
| HSV(B) | 247.43º | 0.94% | 0.88% | - |
| XYZ | 14.49 | 6.15 | 70.94 | - |
| YUV | 45.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 224 | 0.82 | 0.94 | 0 | 0.12 | 247.43 | 0.88 | 0.47 |
| Hex | 28 | E | E0 | 52 | 5E | 0 | C | F7 | 58 | 2F |
| Octal | 50 | 16 | 340 | 122 | 136 | 0 | 14 | 367 | 130 | 57 |
| Binary | 101000 | 1110 | 11100000 | 1010010 | 1011110 | 0 | 1100 | 11110111 | 1011000 | 101111 |
Color Harmonies of #280EE0
Complementary color
Monochromatic Colors of #280EE0
Black with #280EE0
Text Example
Text Example
White with #280EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EE0; }
p { color: rgb(40,14,224); }
H1.HeaderClassName
{
color: #280EE0;
}
.AnyTagClassName
{
color: #280EE0;
}
</style>
background-color css
<style>
a { background-color: #280EE0; }
a { background-color: rgb(40,14,224); }
div.DivClassName
{
background-color: #280EE0;
}
.BgClassName
{
background-color: #280EE0;
}
</style>
border-color css
<style>
span { border-color: #280EE0; }
span { border-color: rgb(40,14,224); }
td.TdClassName
{
border-color: #280EE0;
}
.TagClassName
{
border-color: #280EE0;
}
</style>