Shades of Blue #012FF7
Tints of Blue #012FF7
RGB
CMYK
RGB Variations
Color information
#012FF7 (or 0x012FF7) is known color: Blue. HEX triplet: 01, 2F and F7. RGB value is (1,47,247). Sum of RGB (Red+Green+Blue) = 1+47+247=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 247 (96.88% from 255 or 83.73% from 295); Max value from RGB is 247 - color contains mainly: blue. Hex color #012FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FF7 is #FED008. Grayscale: #373737. Windows color (decimal): -16699401 or 16199425. OLE color: 16199425.
HSL color Cylindrical-coordinate representation of color #012FF7: hue angle of 228.78º 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 #012FF7 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 47 | 247 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.03 |
| HSL | 228.78º | 0.99% | 0.49% | - |
| HSV(B) | 228.78º | 1% | 0.97% | - |
| XYZ | 17.82 | 8.75 | 88.75 | - |
| YUV | 56.05 | 235.76 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 247 | 1.00 | 0.81 | 0 | 0.03 | 228.78 | 0.99 | 0.49 |
| Hex | 1 | 2F | F7 | 64 | 51 | 0 | 3 | E5 | 63 | 31 |
| Octal | 1 | 57 | 367 | 144 | 121 | 0 | 3 | 345 | 143 | 61 |
| Binary | 1 | 101111 | 11110111 | 1100100 | 1010001 | 0 | 11 | 11100101 | 1100011 | 110001 |
Color Harmonies of #012FF7
Complementary color
Monochromatic Colors of #012FF7
Black with #012FF7
Text Example
Text Example
White with #012FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FF7; }
p { color: rgb(1,47,247); }
H1.HeaderClassName
{
color: #012FF7;
}
.AnyTagClassName
{
color: #012FF7;
}
</style>
background-color css
<style>
a { background-color: #012FF7; }
a { background-color: rgb(1,47,247); }
div.DivClassName
{
background-color: #012FF7;
}
.BgClassName
{
background-color: #012FF7;
}
</style>
border-color css
<style>
span { border-color: #012FF7; }
span { border-color: rgb(1,47,247); }
td.TdClassName
{
border-color: #012FF7;
}
.TagClassName
{
border-color: #012FF7;
}
</style>