Shades of Blue #010EFE
Tints of Blue #010EFE
RGB
CMYK
RGB Variations
Color information
#010EFE (or 0x010EFE) is known color: Blue. HEX triplet: 01, 0E and FE. RGB value is (1,14,254). Sum of RGB (Red+Green+Blue) = 1+14+254=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 254 (99.61% from 255 or 94.42% from 269); Max value from RGB is 254 - color contains mainly: blue. Hex color #010EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EFE is #FEF101. Grayscale: #242424. Windows color (decimal): -16707842 or 16649729. OLE color: 16649729.
HSL color Cylindrical-coordinate representation of color #010EFE: hue angle of 236.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EFE is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 14 | 254 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.00 |
| HSL | 236.92º | 0.99% | 0.5% | - |
| HSV(B) | 236.92º | 1% | 1% | - |
| XYZ | 18.06 | 7.48 | 94.26 | - |
| YUV | 37.47 | 250.19 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 254 | 1.00 | 0.94 | 0 | 0.00 | 236.92 | 0.99 | 0.5 |
| Hex | 1 | E | FE | 64 | 5E | 0 | 0 | ED | 63 | 32 |
| Octal | 1 | 16 | 376 | 144 | 136 | 0 | 0 | 355 | 143 | 62 |
| Binary | 1 | 1110 | 11111110 | 1100100 | 1011110 | 0 | 0 | 11101101 | 1100011 | 110010 |
Color Harmonies of #010EFE
Complementary color
Monochromatic Colors of #010EFE
Black with #010EFE
Text Example
Text Example
White with #010EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EFE; }
p { color: rgb(1,14,254); }
H1.HeaderClassName
{
color: #010EFE;
}
.AnyTagClassName
{
color: #010EFE;
}
</style>
background-color css
<style>
a { background-color: #010EFE; }
a { background-color: rgb(1,14,254); }
div.DivClassName
{
background-color: #010EFE;
}
.BgClassName
{
background-color: #010EFE;
}
</style>
border-color css
<style>
span { border-color: #010EFE; }
span { border-color: rgb(1,14,254); }
td.TdClassName
{
border-color: #010EFE;
}
.TagClassName
{
border-color: #010EFE;
}
</style>