Shades of Blue #000EF1
Tints of Blue #000EF1
RGB
CMYK
RGB Variations
Color information
#000EF1 (or 0x000EF1) is known color: Blue. HEX triplet: 00, 0E and F1. RGB value is (0,14,241). Sum of RGB (Red+Green+Blue) = 0+14+241=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 241 (94.53% from 255 or 94.51% from 255); Max value from RGB is 241 - color contains mainly: blue. Hex color #000EF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EF1 is #FFF10E. Grayscale: #222222. Windows color (decimal): -16773391 or 15797760. OLE color: 15797760.
HSL color Cylindrical-coordinate representation of color #000EF1: hue angle of 236.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EF1 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 14 | 241 | - |
| CMYK | 1 | 0.94 | 0 | 0.05 |
| HSL | 236.51º | 1% | 0.47% | - |
| HSV(B) | 236.51º | 1% | 0.95% | - |
| XYZ | 16.03 | 6.66 | 83.66 | - |
| YUV | 35.69 | 243.86 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 241 | 1 | 0.94 | 0 | 0.05 | 236.51 | 1 | 0.47 |
| Hex | 0 | E | F1 | 64 | 5E | 0 | 5 | ED | 64 | 2F |
| Octal | 0 | 16 | 361 | 144 | 136 | 0 | 5 | 355 | 144 | 57 |
| Binary | 0 | 1110 | 11110001 | 1100100 | 1011110 | 0 | 101 | 11101101 | 1100100 | 101111 |
Color Harmonies of #000EF1
Complementary color
Monochromatic Colors of #000EF1
Black with #000EF1
Text Example
Text Example
White with #000EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EF1; }
p { color: rgb(0,14,241); }
H1.HeaderClassName
{
color: #000EF1;
}
.AnyTagClassName
{
color: #000EF1;
}
</style>
background-color css
<style>
a { background-color: #000EF1; }
a { background-color: rgb(0,14,241); }
div.DivClassName
{
background-color: #000EF1;
}
.BgClassName
{
background-color: #000EF1;
}
</style>
border-color css
<style>
span { border-color: #000EF1; }
span { border-color: rgb(0,14,241); }
td.TdClassName
{
border-color: #000EF1;
}
.TagClassName
{
border-color: #000EF1;
}
</style>