Shades of Medium Blue #280EDC
Tints of Medium Blue #280EDC
RGB
CMYK
RGB Variations
Color information
#280EDC (or 0x280EDC) is known color: Medium Blue. HEX triplet: 28, 0E and DC. RGB value is (40,14,220). Sum of RGB (Red+Green+Blue) = 40+14+220=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #280EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EDC is #D7F123. Grayscale: #2C2C2C. Windows color (decimal): -14151972 or 14421544. OLE color: 14421544.
HSL color Cylindrical-coordinate representation of color #280EDC: hue angle of 247.57º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EDC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 14 | 220 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.14 |
| HSL | 247.57º | 0.88% | 0.46% | - |
| HSV(B) | 247.57º | 0.94% | 0.86% | - |
| XYZ | 13.95 | 5.93 | 68.12 | - |
| YUV | 45.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 220 | 0.82 | 0.94 | 0 | 0.14 | 247.57 | 0.88 | 0.46 |
| Hex | 28 | E | DC | 52 | 5E | 0 | E | F8 | 58 | 2E |
| Octal | 50 | 16 | 334 | 122 | 136 | 0 | 16 | 370 | 130 | 56 |
| Binary | 101000 | 1110 | 11011100 | 1010010 | 1011110 | 0 | 1110 | 11111000 | 1011000 | 101110 |
Color Harmonies of #280EDC
Complementary color
Monochromatic Colors of #280EDC
Black with #280EDC
Text Example
Text Example
White with #280EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EDC; }
p { color: rgb(40,14,220); }
H1.HeaderClassName
{
color: #280EDC;
}
.AnyTagClassName
{
color: #280EDC;
}
</style>
background-color css
<style>
a { background-color: #280EDC; }
a { background-color: rgb(40,14,220); }
div.DivClassName
{
background-color: #280EDC;
}
.BgClassName
{
background-color: #280EDC;
}
</style>
border-color css
<style>
span { border-color: #280EDC; }
span { border-color: rgb(40,14,220); }
td.TdClassName
{
border-color: #280EDC;
}
.TagClassName
{
border-color: #280EDC;
}
</style>