Shades of Medium Blue #280FE2
Tints of Medium Blue #280FE2
RGB
CMYK
RGB Variations
Color information
#280FE2 (or 0x280FE2) is known color: Medium Blue. HEX triplet: 28, 0F and E2. RGB value is (40,15,226). Sum of RGB (Red+Green+Blue) = 40+15+226=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 226 (88.67% from 255 or 80.43% from 281); Max value from RGB is 226 - color contains mainly: blue. Hex color #280FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FE2 is #D7F01D. Grayscale: #2D2D2D. Windows color (decimal): -14151710 or 14815016. OLE color: 14815016.
HSL color Cylindrical-coordinate representation of color #280FE2: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280FE2 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 15 | 226 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.11 |
| HSL | 247.11º | 0.88% | 0.47% | - |
| HSV(B) | 247.11º | 0.93% | 0.89% | - |
| XYZ | 14.77 | 6.28 | 72.39 | - |
| YUV | 46.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 226 | 0.82 | 0.93 | 0 | 0.11 | 247.11 | 0.88 | 0.47 |
| Hex | 28 | F | E2 | 52 | 5D | 0 | B | F7 | 58 | 2F |
| Octal | 50 | 17 | 342 | 122 | 135 | 0 | 13 | 367 | 130 | 57 |
| Binary | 101000 | 1111 | 11100010 | 1010010 | 1011101 | 0 | 1011 | 11110111 | 1011000 | 101111 |
Color Harmonies of #280FE2
Complementary color
Monochromatic Colors of #280FE2
Black with #280FE2
Text Example
Text Example
White with #280FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FE2; }
p { color: rgb(40,15,226); }
H1.HeaderClassName
{
color: #280FE2;
}
.AnyTagClassName
{
color: #280FE2;
}
</style>
background-color css
<style>
a { background-color: #280FE2; }
a { background-color: rgb(40,15,226); }
div.DivClassName
{
background-color: #280FE2;
}
.BgClassName
{
background-color: #280FE2;
}
</style>
border-color css
<style>
span { border-color: #280FE2; }
span { border-color: rgb(40,15,226); }
td.TdClassName
{
border-color: #280FE2;
}
.TagClassName
{
border-color: #280FE2;
}
</style>