Shades of Blue #011FED
Tints of Blue #011FED
RGB
CMYK
RGB Variations
Color information
#011FED (or 0x011FED) is known color: Blue. HEX triplet: 01, 1F and ED. RGB value is (1,31,237). Sum of RGB (Red+Green+Blue) = 1+31+237=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #011FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FED is #FEE012. Grayscale: #2C2C2C. Windows color (decimal): -16703507 or 15539969. OLE color: 15539969.
HSL color Cylindrical-coordinate representation of color #011FED: hue angle of 232.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FED is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 31 | 237 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.07 |
| HSL | 232.37º | 0.99% | 0.47% | - |
| HSV(B) | 232.37º | 1% | 0.93% | - |
| XYZ | 15.79 | 7.1 | 80.66 | - |
| YUV | 45.51 | 236.06 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 237 | 1.00 | 0.87 | 0 | 0.07 | 232.37 | 0.99 | 0.47 |
| Hex | 1 | 1F | ED | 64 | 57 | 0 | 7 | E8 | 63 | 2F |
| Octal | 1 | 37 | 355 | 144 | 127 | 0 | 7 | 350 | 143 | 57 |
| Binary | 1 | 11111 | 11101101 | 1100100 | 1010111 | 0 | 111 | 11101000 | 1100011 | 101111 |
Color Harmonies of #011FED
Complementary color
Monochromatic Colors of #011FED
Black with #011FED
Text Example
Text Example
White with #011FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FED; }
p { color: rgb(1,31,237); }
H1.HeaderClassName
{
color: #011FED;
}
.AnyTagClassName
{
color: #011FED;
}
</style>
background-color css
<style>
a { background-color: #011FED; }
a { background-color: rgb(1,31,237); }
div.DivClassName
{
background-color: #011FED;
}
.BgClassName
{
background-color: #011FED;
}
</style>
border-color css
<style>
span { border-color: #011FED; }
span { border-color: rgb(1,31,237); }
td.TdClassName
{
border-color: #011FED;
}
.TagClassName
{
border-color: #011FED;
}
</style>