Shades of Blue #012CFA
Tints of Blue #012CFA
RGB
CMYK
RGB Variations
Color information
#012CFA (or 0x012CFA) is known color: Blue. HEX triplet: 01, 2C and FA. RGB value is (1,44,250). Sum of RGB (Red+Green+Blue) = 1+44+250=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #012CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CFA is #FED305. Grayscale: #353535. Windows color (decimal): -16700166 or 16395265. OLE color: 16395265.
HSL color Cylindrical-coordinate representation of color #012CFA: hue angle of 229.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CFA is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 44 | 250 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.02 |
| HSL | 229.64º | 0.99% | 0.49% | - |
| HSV(B) | 229.64º | 1% | 0.98% | - |
| XYZ | 18.17 | 8.71 | 91.17 | - |
| YUV | 54.63 | 238.25 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 250 | 1.00 | 0.82 | 0 | 0.02 | 229.64 | 0.99 | 0.49 |
| Hex | 1 | 2C | FA | 64 | 52 | 0 | 2 | E6 | 63 | 31 |
| Octal | 1 | 54 | 372 | 144 | 122 | 0 | 2 | 346 | 143 | 61 |
| Binary | 1 | 101100 | 11111010 | 1100100 | 1010010 | 0 | 10 | 11100110 | 1100011 | 110001 |
Color Harmonies of #012CFA
Complementary color
Monochromatic Colors of #012CFA
Black with #012CFA
Text Example
Text Example
White with #012CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CFA; }
p { color: rgb(1,44,250); }
H1.HeaderClassName
{
color: #012CFA;
}
.AnyTagClassName
{
color: #012CFA;
}
</style>
background-color css
<style>
a { background-color: #012CFA; }
a { background-color: rgb(1,44,250); }
div.DivClassName
{
background-color: #012CFA;
}
.BgClassName
{
background-color: #012CFA;
}
</style>
border-color css
<style>
span { border-color: #012CFA; }
span { border-color: rgb(1,44,250); }
td.TdClassName
{
border-color: #012CFA;
}
.TagClassName
{
border-color: #012CFA;
}
</style>