Shades of Medium Blue #011EDF
Tints of Medium Blue #011EDF
RGB
CMYK
RGB Variations
Color information
#011EDF (or 0x011EDF) is known color: Medium Blue. HEX triplet: 01, 1E and DF. RGB value is (1,30,223). Sum of RGB (Red+Green+Blue) = 1+30+223=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #011EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EDF is #FEE120. Grayscale: #2A2A2A. Windows color (decimal): -16703777 or 14622209. OLE color: 14622209.
HSL color Cylindrical-coordinate representation of color #011EDF: hue angle of 232.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011EDF is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 30 | 223 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.13 |
| HSL | 232.16º | 0.99% | 0.44% | - |
| HSV(B) | 232.16º | 1% | 0.87% | - |
| XYZ | 13.8 | 6.26 | 70.29 | - |
| YUV | 43.33 | 229.39 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 223 | 1.00 | 0.87 | 0 | 0.13 | 232.16 | 0.99 | 0.44 |
| Hex | 1 | 1E | DF | 64 | 57 | 0 | D | E8 | 63 | 2C |
| Octal | 1 | 36 | 337 | 144 | 127 | 0 | 15 | 350 | 143 | 54 |
| Binary | 1 | 11110 | 11011111 | 1100100 | 1010111 | 0 | 1101 | 11101000 | 1100011 | 101100 |
Color Harmonies of #011EDF
Complementary color
Monochromatic Colors of #011EDF
Black with #011EDF
Text Example
Text Example
White with #011EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EDF; }
p { color: rgb(1,30,223); }
H1.HeaderClassName
{
color: #011EDF;
}
.AnyTagClassName
{
color: #011EDF;
}
</style>
background-color css
<style>
a { background-color: #011EDF; }
a { background-color: rgb(1,30,223); }
div.DivClassName
{
background-color: #011EDF;
}
.BgClassName
{
background-color: #011EDF;
}
</style>
border-color css
<style>
span { border-color: #011EDF; }
span { border-color: rgb(1,30,223); }
td.TdClassName
{
border-color: #011EDF;
}
.TagClassName
{
border-color: #011EDF;
}
</style>