Shades of Medium Blue #280ECA
Tints of Medium Blue #280ECA
RGB
CMYK
RGB Variations
Color information
#280ECA (or 0x280ECA) is known color: Medium Blue. HEX triplet: 28, 0E and CA. RGB value is (40,14,202). Sum of RGB (Red+Green+Blue) = 40+14+202=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #280ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ECA is #D7F135. Grayscale: #2A2A2A. Windows color (decimal): -14151990 or 13241896. OLE color: 13241896.
HSL color Cylindrical-coordinate representation of color #280ECA: hue angle of 248.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280ECA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 14 | 202 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.21 |
| HSL | 248.3º | 0.87% | 0.42% | - |
| HSV(B) | 248.3º | 0.93% | 0.79% | - |
| XYZ | 11.69 | 5.03 | 56.23 | - |
| YUV | 43.21 | 217.61 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 202 | 0.80 | 0.93 | 0 | 0.21 | 248.3 | 0.87 | 0.42 |
| Hex | 28 | E | CA | 50 | 5D | 0 | 15 | F8 | 57 | 2A |
| Octal | 50 | 16 | 312 | 120 | 135 | 0 | 25 | 370 | 127 | 52 |
| Binary | 101000 | 1110 | 11001010 | 1010000 | 1011101 | 0 | 10101 | 11111000 | 1010111 | 101010 |
Color Harmonies of #280ECA
Complementary color
Monochromatic Colors of #280ECA
Black with #280ECA
Text Example
Text Example
White with #280ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ECA; }
p { color: rgb(40,14,202); }
H1.HeaderClassName
{
color: #280ECA;
}
.AnyTagClassName
{
color: #280ECA;
}
</style>
background-color css
<style>
a { background-color: #280ECA; }
a { background-color: rgb(40,14,202); }
div.DivClassName
{
background-color: #280ECA;
}
.BgClassName
{
background-color: #280ECA;
}
</style>
border-color css
<style>
span { border-color: #280ECA; }
span { border-color: rgb(40,14,202); }
td.TdClassName
{
border-color: #280ECA;
}
.TagClassName
{
border-color: #280ECA;
}
</style>