Shades of Medium Blue #001EE0
Tints of Medium Blue #001EE0
RGB
CMYK
RGB Variations
Color information
#001EE0 (or 0x001EE0) is known color: Medium Blue. HEX triplet: 00, 1E and E0. RGB value is (0,30,224). Sum of RGB (Red+Green+Blue) = 0+30+224=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 224 (87.89% from 255 or 88.19% from 254); Max value from RGB is 224 - color contains mainly: blue. Hex color #001EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EE0 is #FFE11F. Grayscale: #2A2A2A. Windows color (decimal): -16769312 or 14687744. OLE color: 14687744.
HSL color Cylindrical-coordinate representation of color #001EE0: hue angle of 231.96º 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 #001EE0 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 30 | 224 | - |
| CMYK | 1 | 0.87 | 0 | 0.12 |
| HSL | 231.96º | 1% | 0.44% | - |
| HSV(B) | 231.96º | 1% | 0.88% | - |
| XYZ | 13.92 | 6.31 | 71.01 | - |
| YUV | 43.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 224 | 1 | 0.87 | 0 | 0.12 | 231.96 | 1 | 0.44 |
| Hex | 0 | 1E | E0 | 64 | 57 | 0 | C | E8 | 64 | 2C |
| Octal | 0 | 36 | 340 | 144 | 127 | 0 | 14 | 350 | 144 | 54 |
| Binary | 0 | 11110 | 11100000 | 1100100 | 1010111 | 0 | 1100 | 11101000 | 1100100 | 101100 |
Color Harmonies of #001EE0
Complementary color
Monochromatic Colors of #001EE0
Black with #001EE0
Text Example
Text Example
White with #001EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EE0; }
p { color: rgb(0,30,224); }
H1.HeaderClassName
{
color: #001EE0;
}
.AnyTagClassName
{
color: #001EE0;
}
</style>
background-color css
<style>
a { background-color: #001EE0; }
a { background-color: rgb(0,30,224); }
div.DivClassName
{
background-color: #001EE0;
}
.BgClassName
{
background-color: #001EE0;
}
</style>
border-color css
<style>
span { border-color: #001EE0; }
span { border-color: rgb(0,30,224); }
td.TdClassName
{
border-color: #001EE0;
}
.TagClassName
{
border-color: #001EE0;
}
</style>