Shades of Medium Blue #0028E0
Tints of Medium Blue #0028E0
RGB
CMYK
RGB Variations
Color information
#0028E0 (or 0x0028E0) is known color: Medium Blue. HEX triplet: 00, 28 and E0. RGB value is (0,40,224). Sum of RGB (Red+Green+Blue) = 0+40+224=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 224 (87.89% from 255 or 84.85% from 264); Max value from RGB is 224 - color contains mainly: blue. Hex color #0028E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028E0 is #FFD71F. Grayscale: #303030. Windows color (decimal): -16766752 or 14690304. OLE color: 14690304.
HSL color Cylindrical-coordinate representation of color #0028E0: hue angle of 229.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028E0 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 40 | 224 | - |
| CMYK | 1 | 0.82 | 0 | 0.12 |
| HSL | 229.29º | 1% | 0.44% | - |
| HSV(B) | 229.29º | 1% | 0.88% | - |
| XYZ | 14.21 | 6.9 | 71.1 | - |
| YUV | 49.02 | 226.75 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 224 | 1 | 0.82 | 0 | 0.12 | 229.29 | 1 | 0.44 |
| Hex | 0 | 28 | E0 | 64 | 52 | 0 | C | E5 | 64 | 2C |
| Octal | 0 | 50 | 340 | 144 | 122 | 0 | 14 | 345 | 144 | 54 |
| Binary | 0 | 101000 | 11100000 | 1100100 | 1010010 | 0 | 1100 | 11100101 | 1100100 | 101100 |
Color Harmonies of #0028E0
Complementary color
Monochromatic Colors of #0028E0
Black with #0028E0
Text Example
Text Example
White with #0028E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028E0; }
p { color: rgb(0,40,224); }
H1.HeaderClassName
{
color: #0028E0;
}
.AnyTagClassName
{
color: #0028E0;
}
</style>
background-color css
<style>
a { background-color: #0028E0; }
a { background-color: rgb(0,40,224); }
div.DivClassName
{
background-color: #0028E0;
}
.BgClassName
{
background-color: #0028E0;
}
</style>
border-color css
<style>
span { border-color: #0028E0; }
span { border-color: rgb(0,40,224); }
td.TdClassName
{
border-color: #0028E0;
}
.TagClassName
{
border-color: #0028E0;
}
</style>