Shades of Blue #051AFB
Tints of Blue #051AFB
RGB
CMYK
RGB Variations
Color information
#051AFB (or 0x051AFB) is known color: Blue. HEX triplet: 05, 1A and FB. RGB value is (5,26,251). Sum of RGB (Red+Green+Blue) = 5+26+251=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #051AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051AFB is #FAE504. Grayscale: #2C2C2C. Windows color (decimal): -16442629 or 16456197. OLE color: 16456197.
HSL color Cylindrical-coordinate representation of color #051AFB: hue angle of 234.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051AFB is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 26 | 251 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.02 |
| HSL | 234.88º | 0.97% | 0.5% | - |
| HSV(B) | 234.88º | 0.98% | 0.98% | - |
| XYZ | 17.84 | 7.74 | 91.82 | - |
| YUV | 45.37 | 244.04 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 251 | 0.98 | 0.90 | 0 | 0.02 | 234.88 | 0.97 | 0.5 |
| Hex | 5 | 1A | FB | 62 | 5A | 0 | 2 | EB | 61 | 32 |
| Octal | 5 | 32 | 373 | 142 | 132 | 0 | 2 | 353 | 141 | 62 |
| Binary | 101 | 11010 | 11111011 | 1100010 | 1011010 | 0 | 10 | 11101011 | 1100001 | 110010 |
Color Harmonies of #051AFB
Complementary color
Monochromatic Colors of #051AFB
Black with #051AFB
Text Example
Text Example
White with #051AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AFB; }
p { color: rgb(5,26,251); }
H1.HeaderClassName
{
color: #051AFB;
}
.AnyTagClassName
{
color: #051AFB;
}
</style>
background-color css
<style>
a { background-color: #051AFB; }
a { background-color: rgb(5,26,251); }
div.DivClassName
{
background-color: #051AFB;
}
.BgClassName
{
background-color: #051AFB;
}
</style>
border-color css
<style>
span { border-color: #051AFB; }
span { border-color: rgb(5,26,251); }
td.TdClassName
{
border-color: #051AFB;
}
.TagClassName
{
border-color: #051AFB;
}
</style>