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