Shades of Blue #051BF7
Tints of Blue #051BF7
RGB
CMYK
RGB Variations
Color information
#051BF7 (or 0x051BF7) is known color: Blue. HEX triplet: 05, 1B and F7. RGB value is (5,27,247). Sum of RGB (Red+Green+Blue) = 5+27+247=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 247 (96.88% from 255 or 88.53% from 279); Max value from RGB is 247 - color contains mainly: blue. Hex color #051BF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BF7 is #FAE408. Grayscale: #2C2C2C. Windows color (decimal): -16442377 or 16194309. OLE color: 16194309.
HSL color Cylindrical-coordinate representation of color #051BF7: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BF7 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 27 | 247 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.03 |
| HSL | 234.55º | 0.96% | 0.49% | - |
| HSV(B) | 234.55º | 0.98% | 0.97% | - |
| XYZ | 17.24 | 7.53 | 88.54 | - |
| YUV | 45.5 | 241.71 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 247 | 0.98 | 0.89 | 0 | 0.03 | 234.55 | 0.96 | 0.49 |
| Hex | 5 | 1B | F7 | 62 | 59 | 0 | 3 | EB | 60 | 31 |
| Octal | 5 | 33 | 367 | 142 | 131 | 0 | 3 | 353 | 140 | 61 |
| Binary | 101 | 11011 | 11110111 | 1100010 | 1011001 | 0 | 11 | 11101011 | 1100000 | 110001 |
Color Harmonies of #051BF7
Complementary color
Monochromatic Colors of #051BF7
Black with #051BF7
Text Example
Text Example
White with #051BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BF7; }
p { color: rgb(5,27,247); }
H1.HeaderClassName
{
color: #051BF7;
}
.AnyTagClassName
{
color: #051BF7;
}
</style>
background-color css
<style>
a { background-color: #051BF7; }
a { background-color: rgb(5,27,247); }
div.DivClassName
{
background-color: #051BF7;
}
.BgClassName
{
background-color: #051BF7;
}
</style>
border-color css
<style>
span { border-color: #051BF7; }
span { border-color: rgb(5,27,247); }
td.TdClassName
{
border-color: #051BF7;
}
.TagClassName
{
border-color: #051BF7;
}
</style>