Shades of Medium Blue #280ED0
Tints of Medium Blue #280ED0
RGB
CMYK
RGB Variations
Color information
#280ED0 (or 0x280ED0) is known color: Medium Blue. HEX triplet: 28, 0E and D0. RGB value is (40,14,208). Sum of RGB (Red+Green+Blue) = 40+14+208=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 208 (81.64% from 255 or 79.39% from 262); Max value from RGB is 208 - color contains mainly: blue. Hex color #280ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ED0 is #D7F12F. Grayscale: #2B2B2B. Windows color (decimal): -14151984 or 13635112. OLE color: 13635112.
HSL color Cylindrical-coordinate representation of color #280ED0: hue angle of 248.04º degrees, saturation: 0.87, 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 #280ED0 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 40 | 14 | 208 | - |
CMYK | 0.81 | 0.93 | 0 | 0.18 |
HSL | 248.04º | 0.87% | 0.44% | - |
HSV(B) | 248.04º | 0.93% | 0.82% | - |
XYZ | 12.42 | 5.32 | 60.05 | - |
YUV | 43.89 | 220.61 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 14 | 208 | 0.81 | 0.93 | 0 | 0.18 | 248.04 | 0.87 | 0.44 |
Hex | 28 | E | D0 | 51 | 5D | 0 | 12 | F8 | 57 | 2C |
Octal | 50 | 16 | 320 | 121 | 135 | 0 | 22 | 370 | 127 | 54 |
Binary | 101000 | 1110 | 11010000 | 1010001 | 1011101 | 0 | 10010 | 11111000 | 1010111 | 101100 |
Color Harmonies of #280ED0
Complementary color
Monochromatic Colors of #280ED0
Black with #280ED0
Text Example
Text Example
White with #280ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ED0; }
p { color: rgb(40,14,208); }
H1.HeaderClassName
{
color: #280ED0;
}
.AnyTagClassName
{
color: #280ED0;
}
</style>
background-color css
<style>
a { background-color: #280ED0; }
a { background-color: rgb(40,14,208); }
div.DivClassName
{
background-color: #280ED0;
}
.BgClassName
{
background-color: #280ED0;
}
</style>
border-color css
<style>
span { border-color: #280ED0; }
span { border-color: rgb(40,14,208); }
td.TdClassName
{
border-color: #280ED0;
}
.TagClassName
{
border-color: #280ED0;
}
</style>