Shades of Blue #012EFF
Tints of Blue #012EFF
RGB
CMYK
RGB Variations
Color information
#012EFF (or 0x012EFF) is known color: Blue. HEX triplet: 01, 2E and FF. RGB value is (1,46,255). Sum of RGB (Red+Green+Blue) = 1+46+255=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #012EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EFF is #FED100. Grayscale: #373737. Windows color (decimal): -16699649 or 16723457. OLE color: 16723457.
HSL color Cylindrical-coordinate representation of color #012EFF: hue angle of 229.37º 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 #012EFF is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 46 | 255 | - |
| CMYK | 1.00 | 0.82 | 0 | 0 |
| HSL | 229.37º | 1% | 0.5% | - |
| HSV(B) | 229.37º | 1% | 1% | - |
| XYZ | 19.04 | 9.18 | 95.38 | - |
| YUV | 56.37 | 240.09 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 255 | 1.00 | 0.82 | 0 | 0 | 229.37 | 1 | 0.5 |
| Hex | 1 | 2E | FF | 64 | 52 | 0 | 0 | E5 | 64 | 32 |
| Octal | 1 | 56 | 377 | 144 | 122 | 0 | 0 | 345 | 144 | 62 |
| Binary | 1 | 101110 | 11111111 | 1100100 | 1010010 | 0 | 0 | 11100101 | 1100100 | 110010 |
Color Harmonies of #012EFF
Complementary color
Monochromatic Colors of #012EFF
Black with #012EFF
Text Example
Text Example
White with #012EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EFF; }
p { color: rgb(1,46,255); }
H1.HeaderClassName
{
color: #012EFF;
}
.AnyTagClassName
{
color: #012EFF;
}
</style>
background-color css
<style>
a { background-color: #012EFF; }
a { background-color: rgb(1,46,255); }
div.DivClassName
{
background-color: #012EFF;
}
.BgClassName
{
background-color: #012EFF;
}
</style>
border-color css
<style>
span { border-color: #012EFF; }
span { border-color: rgb(1,46,255); }
td.TdClassName
{
border-color: #012EFF;
}
.TagClassName
{
border-color: #012EFF;
}
</style>