Shades of Medium Blue #280ED2
Tints of Medium Blue #280ED2
RGB
CMYK
RGB Variations
Color information
#280ED2 (or 0x280ED2) is known color: Medium Blue. HEX triplet: 28, 0E and D2. RGB value is (40,14,210). Sum of RGB (Red+Green+Blue) = 40+14+210=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 210 (82.42% from 255 or 79.55% from 264); Max value from RGB is 210 - color contains mainly: blue. Hex color #280ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ED2 is #D7F12D. Grayscale: #2B2B2B. Windows color (decimal): -14151982 or 13766184. OLE color: 13766184.
HSL color Cylindrical-coordinate representation of color #280ED2: hue angle of 247.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280ED2 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 14 | 210 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.18 |
| HSL | 247.96º | 0.88% | 0.44% | - |
| HSV(B) | 247.96º | 0.93% | 0.82% | - |
| XYZ | 12.66 | 5.42 | 61.35 | - |
| YUV | 44.12 | 221.61 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 210 | 0.81 | 0.93 | 0 | 0.18 | 247.96 | 0.88 | 0.44 |
| Hex | 28 | E | D2 | 51 | 5D | 0 | 12 | F8 | 58 | 2C |
| Octal | 50 | 16 | 322 | 121 | 135 | 0 | 22 | 370 | 130 | 54 |
| Binary | 101000 | 1110 | 11010010 | 1010001 | 1011101 | 0 | 10010 | 11111000 | 1011000 | 101100 |
Color Harmonies of #280ED2
Complementary color
Monochromatic Colors of #280ED2
Black with #280ED2
Text Example
Text Example
White with #280ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ED2; }
p { color: rgb(40,14,210); }
H1.HeaderClassName
{
color: #280ED2;
}
.AnyTagClassName
{
color: #280ED2;
}
</style>
background-color css
<style>
a { background-color: #280ED2; }
a { background-color: rgb(40,14,210); }
div.DivClassName
{
background-color: #280ED2;
}
.BgClassName
{
background-color: #280ED2;
}
</style>
border-color css
<style>
span { border-color: #280ED2; }
span { border-color: rgb(40,14,210); }
td.TdClassName
{
border-color: #280ED2;
}
.TagClassName
{
border-color: #280ED2;
}
</style>