Shades of Blue #012CFB
Tints of Blue #012CFB
RGB
CMYK
RGB Variations
Color information
#012CFB (or 0x012CFB) is known color: Blue. HEX triplet: 01, 2C and FB. RGB value is (1,44,251). Sum of RGB (Red+Green+Blue) = 1+44+251=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #012CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CFB is #FED304. Grayscale: #353535. Windows color (decimal): -16700165 or 16460801. OLE color: 16460801.
HSL color Cylindrical-coordinate representation of color #012CFB: hue angle of 229.68º 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 #012CFB is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 44 | 251 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.02 |
| HSL | 229.68º | 0.99% | 0.49% | - |
| HSV(B) | 229.68º | 1% | 0.98% | - |
| XYZ | 18.33 | 8.77 | 91.99 | - |
| YUV | 54.74 | 238.75 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 251 | 1.00 | 0.82 | 0 | 0.02 | 229.68 | 0.99 | 0.49 |
| Hex | 1 | 2C | FB | 64 | 52 | 0 | 2 | E6 | 63 | 31 |
| Octal | 1 | 54 | 373 | 144 | 122 | 0 | 2 | 346 | 143 | 61 |
| Binary | 1 | 101100 | 11111011 | 1100100 | 1010010 | 0 | 10 | 11100110 | 1100011 | 110001 |
Color Harmonies of #012CFB
Complementary color
Monochromatic Colors of #012CFB
Black with #012CFB
Text Example
Text Example
White with #012CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CFB; }
p { color: rgb(1,44,251); }
H1.HeaderClassName
{
color: #012CFB;
}
.AnyTagClassName
{
color: #012CFB;
}
</style>
background-color css
<style>
a { background-color: #012CFB; }
a { background-color: rgb(1,44,251); }
div.DivClassName
{
background-color: #012CFB;
}
.BgClassName
{
background-color: #012CFB;
}
</style>
border-color css
<style>
span { border-color: #012CFB; }
span { border-color: rgb(1,44,251); }
td.TdClassName
{
border-color: #012CFB;
}
.TagClassName
{
border-color: #012CFB;
}
</style>