Shades of Blue #012EF8
Tints of Blue #012EF8
RGB
CMYK
RGB Variations
Color information
#012EF8 (or 0x012EF8) is known color: Blue. HEX triplet: 01, 2E and F8. RGB value is (1,46,248). Sum of RGB (Red+Green+Blue) = 1+46+248=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #012EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EF8 is #FED107. Grayscale: #363636. Windows color (decimal): -16699656 or 16264705. OLE color: 16264705.
HSL color Cylindrical-coordinate representation of color #012EF8: hue angle of 229.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EF8 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 46 | 248 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.03 |
| HSL | 229.07º | 0.99% | 0.49% | - |
| HSV(B) | 229.07º | 1% | 0.97% | - |
| XYZ | 17.93 | 8.74 | 89.55 | - |
| YUV | 55.57 | 236.59 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 248 | 1.00 | 0.81 | 0 | 0.03 | 229.07 | 0.99 | 0.49 |
| Hex | 1 | 2E | F8 | 64 | 51 | 0 | 3 | E5 | 63 | 31 |
| Octal | 1 | 56 | 370 | 144 | 121 | 0 | 3 | 345 | 143 | 61 |
| Binary | 1 | 101110 | 11111000 | 1100100 | 1010001 | 0 | 11 | 11100101 | 1100011 | 110001 |
Color Harmonies of #012EF8
Complementary color
Monochromatic Colors of #012EF8
Black with #012EF8
Text Example
Text Example
White with #012EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EF8; }
p { color: rgb(1,46,248); }
H1.HeaderClassName
{
color: #012EF8;
}
.AnyTagClassName
{
color: #012EF8;
}
</style>
background-color css
<style>
a { background-color: #012EF8; }
a { background-color: rgb(1,46,248); }
div.DivClassName
{
background-color: #012EF8;
}
.BgClassName
{
background-color: #012EF8;
}
</style>
border-color css
<style>
span { border-color: #012EF8; }
span { border-color: rgb(1,46,248); }
td.TdClassName
{
border-color: #012EF8;
}
.TagClassName
{
border-color: #012EF8;
}
</style>