Shades of Blue #010EFF
Tints of Blue #010EFF
RGB
CMYK
RGB Variations
Color information
#010EFF (or 0x010EFF) is known color: Blue. HEX triplet: 01, 0E and FF. RGB value is (1,14,255). Sum of RGB (Red+Green+Blue) = 1+14+255=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 255 (100% from 255 or 94.44% from 270); Max value from RGB is 255 - color contains mainly: blue. Hex color #010EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EFF is #FEF100. Grayscale: #242424. Windows color (decimal): -16707841 or 16715265. OLE color: 16715265.
HSL color Cylindrical-coordinate representation of color #010EFF: hue angle of 236.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EFF is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 14 | 255 | - |
| CMYK | 1.00 | 0.95 | 0 | 0 |
| HSL | 236.93º | 1% | 0.5% | - |
| HSV(B) | 236.93º | 1% | 1% | - |
| XYZ | 18.22 | 7.54 | 95.1 | - |
| YUV | 37.59 | 250.69 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 255 | 1.00 | 0.95 | 0 | 0 | 236.93 | 1 | 0.5 |
| Hex | 1 | E | FF | 64 | 5F | 0 | 0 | ED | 64 | 32 |
| Octal | 1 | 16 | 377 | 144 | 137 | 0 | 0 | 355 | 144 | 62 |
| Binary | 1 | 1110 | 11111111 | 1100100 | 1011111 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #010EFF
Complementary color
Monochromatic Colors of #010EFF
Black with #010EFF
Text Example
Text Example
White with #010EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EFF; }
p { color: rgb(1,14,255); }
H1.HeaderClassName
{
color: #010EFF;
}
.AnyTagClassName
{
color: #010EFF;
}
</style>
background-color css
<style>
a { background-color: #010EFF; }
a { background-color: rgb(1,14,255); }
div.DivClassName
{
background-color: #010EFF;
}
.BgClassName
{
background-color: #010EFF;
}
</style>
border-color css
<style>
span { border-color: #010EFF; }
span { border-color: rgb(1,14,255); }
td.TdClassName
{
border-color: #010EFF;
}
.TagClassName
{
border-color: #010EFF;
}
</style>