Shades of Blue #012EF4
Tints of Blue #012EF4
RGB
CMYK
RGB Variations
Color information
#012EF4 (or 0x012EF4) is known color: Blue. HEX triplet: 01, 2E and F4. RGB value is (1,46,244). Sum of RGB (Red+Green+Blue) = 1+46+244=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 244 (95.70% from 255 or 83.85% from 291); Max value from RGB is 244 - color contains mainly: blue. Hex color #012EF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EF4 is #FED10B. Grayscale: #363636. Windows color (decimal): -16699660 or 16002561. OLE color: 16002561.
HSL color Cylindrical-coordinate representation of color #012EF4: hue angle of 228.89º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EF4 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 46 | 244 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.04 |
| HSL | 228.89º | 0.99% | 0.48% | - |
| HSV(B) | 228.89º | 1% | 0.96% | - |
| XYZ | 17.32 | 8.49 | 86.31 | - |
| YUV | 55.12 | 234.59 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 244 | 1.00 | 0.81 | 0 | 0.04 | 228.89 | 0.99 | 0.48 |
| Hex | 1 | 2E | F4 | 64 | 51 | 0 | 4 | E5 | 63 | 30 |
| Octal | 1 | 56 | 364 | 144 | 121 | 0 | 4 | 345 | 143 | 60 |
| Binary | 1 | 101110 | 11110100 | 1100100 | 1010001 | 0 | 100 | 11100101 | 1100011 | 110000 |
Color Harmonies of #012EF4
Complementary color
Monochromatic Colors of #012EF4
Black with #012EF4
Text Example
Text Example
White with #012EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EF4; }
p { color: rgb(1,46,244); }
H1.HeaderClassName
{
color: #012EF4;
}
.AnyTagClassName
{
color: #012EF4;
}
</style>
background-color css
<style>
a { background-color: #012EF4; }
a { background-color: rgb(1,46,244); }
div.DivClassName
{
background-color: #012EF4;
}
.BgClassName
{
background-color: #012EF4;
}
</style>
border-color css
<style>
span { border-color: #012EF4; }
span { border-color: rgb(1,46,244); }
td.TdClassName
{
border-color: #012EF4;
}
.TagClassName
{
border-color: #012EF4;
}
</style>