Shades of Blue #012EF3
Tints of Blue #012EF3
RGB
CMYK
RGB Variations
Color information
#012EF3 (or 0x012EF3) is known color: Blue. HEX triplet: 01, 2E and F3. RGB value is (1,46,243). Sum of RGB (Red+Green+Blue) = 1+46+243=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 243 (95.31% from 255 or 83.79% from 290); Max value from RGB is 243 - color contains mainly: blue. Hex color #012EF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EF3 is #FED10C. Grayscale: #363636. Windows color (decimal): -16699661 or 15937025. OLE color: 15937025.
HSL color Cylindrical-coordinate representation of color #012EF3: hue angle of 228.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EF3 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 46 | 243 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.05 |
| HSL | 228.84º | 0.99% | 0.48% | - |
| HSV(B) | 228.84º | 1% | 0.95% | - |
| XYZ | 17.17 | 8.43 | 85.52 | - |
| YUV | 55 | 234.09 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 243 | 1.00 | 0.81 | 0 | 0.05 | 228.84 | 0.99 | 0.48 |
| Hex | 1 | 2E | F3 | 64 | 51 | 0 | 5 | E5 | 63 | 30 |
| Octal | 1 | 56 | 363 | 144 | 121 | 0 | 5 | 345 | 143 | 60 |
| Binary | 1 | 101110 | 11110011 | 1100100 | 1010001 | 0 | 101 | 11100101 | 1100011 | 110000 |
Color Harmonies of #012EF3
Complementary color
Monochromatic Colors of #012EF3
Black with #012EF3
Text Example
Text Example
White with #012EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EF3; }
p { color: rgb(1,46,243); }
H1.HeaderClassName
{
color: #012EF3;
}
.AnyTagClassName
{
color: #012EF3;
}
</style>
background-color css
<style>
a { background-color: #012EF3; }
a { background-color: rgb(1,46,243); }
div.DivClassName
{
background-color: #012EF3;
}
.BgClassName
{
background-color: #012EF3;
}
</style>
border-color css
<style>
span { border-color: #012EF3; }
span { border-color: rgb(1,46,243); }
td.TdClassName
{
border-color: #012EF3;
}
.TagClassName
{
border-color: #012EF3;
}
</style>