Shades of Blue #012EF0
Tints of Blue #012EF0
RGB
CMYK
RGB Variations
Color information
#012EF0 (or 0x012EF0) is known color: Blue. HEX triplet: 01, 2E and F0. RGB value is (1,46,240). Sum of RGB (Red+Green+Blue) = 1+46+240=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #012EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EF0 is #FED10F. Grayscale: #353535. Windows color (decimal): -16699664 or 15740417. OLE color: 15740417.
HSL color Cylindrical-coordinate representation of color #012EF0: hue angle of 228.7º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EF0 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 46 | 240 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.06 |
| HSL | 228.7º | 0.99% | 0.47% | - |
| HSV(B) | 228.7º | 1% | 0.94% | - |
| XYZ | 16.72 | 8.25 | 83.15 | - |
| YUV | 54.66 | 232.59 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 240 | 1.00 | 0.81 | 0 | 0.06 | 228.7 | 0.99 | 0.47 |
| Hex | 1 | 2E | F0 | 64 | 51 | 0 | 6 | E5 | 63 | 2F |
| Octal | 1 | 56 | 360 | 144 | 121 | 0 | 6 | 345 | 143 | 57 |
| Binary | 1 | 101110 | 11110000 | 1100100 | 1010001 | 0 | 110 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012EF0
Complementary color
Monochromatic Colors of #012EF0
Black with #012EF0
Text Example
Text Example
White with #012EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EF0; }
p { color: rgb(1,46,240); }
H1.HeaderClassName
{
color: #012EF0;
}
.AnyTagClassName
{
color: #012EF0;
}
</style>
background-color css
<style>
a { background-color: #012EF0; }
a { background-color: rgb(1,46,240); }
div.DivClassName
{
background-color: #012EF0;
}
.BgClassName
{
background-color: #012EF0;
}
</style>
border-color css
<style>
span { border-color: #012EF0; }
span { border-color: rgb(1,46,240); }
td.TdClassName
{
border-color: #012EF0;
}
.TagClassName
{
border-color: #012EF0;
}
</style>