Shades of Medium Blue #280ECE
Tints of Medium Blue #280ECE
RGB
CMYK
RGB Variations
Color information
#280ECE (or 0x280ECE) is known color: Medium Blue. HEX triplet: 28, 0E and CE. RGB value is (40,14,206). Sum of RGB (Red+Green+Blue) = 40+14+206=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #280ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ECE is #D7F131. Grayscale: #2A2A2A. Windows color (decimal): -14151986 or 13504040. OLE color: 13504040.
HSL color Cylindrical-coordinate representation of color #280ECE: hue angle of 248.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280ECE is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 14 | 206 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.19 |
| HSL | 248.13º | 0.87% | 0.43% | - |
| HSV(B) | 248.13º | 0.93% | 0.81% | - |
| XYZ | 12.17 | 5.22 | 58.76 | - |
| YUV | 43.66 | 219.61 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 206 | 0.81 | 0.93 | 0 | 0.19 | 248.13 | 0.87 | 0.43 |
| Hex | 28 | E | CE | 51 | 5D | 0 | 13 | F8 | 57 | 2B |
| Octal | 50 | 16 | 316 | 121 | 135 | 0 | 23 | 370 | 127 | 53 |
| Binary | 101000 | 1110 | 11001110 | 1010001 | 1011101 | 0 | 10011 | 11111000 | 1010111 | 101011 |
Color Harmonies of #280ECE
Complementary color
Monochromatic Colors of #280ECE
Black with #280ECE
Text Example
Text Example
White with #280ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ECE; }
p { color: rgb(40,14,206); }
H1.HeaderClassName
{
color: #280ECE;
}
.AnyTagClassName
{
color: #280ECE;
}
</style>
background-color css
<style>
a { background-color: #280ECE; }
a { background-color: rgb(40,14,206); }
div.DivClassName
{
background-color: #280ECE;
}
.BgClassName
{
background-color: #280ECE;
}
</style>
border-color css
<style>
span { border-color: #280ECE; }
span { border-color: rgb(40,14,206); }
td.TdClassName
{
border-color: #280ECE;
}
.TagClassName
{
border-color: #280ECE;
}
</style>