Shades of Blue #051AF9
Tints of Blue #051AF9
RGB
CMYK
RGB Variations
Color information
#051AF9 (or 0x051AF9) is known color: Blue. HEX triplet: 05, 1A and F9. RGB value is (5,26,249). Sum of RGB (Red+Green+Blue) = 5+26+249=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 249 (97.66% from 255 or 88.93% from 280); Max value from RGB is 249 - color contains mainly: blue. Hex color #051AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051AF9 is #FAE506. Grayscale: #2C2C2C. Windows color (decimal): -16442631 or 16325125. OLE color: 16325125.
HSL color Cylindrical-coordinate representation of color #051AF9: hue angle of 234.84º degrees, saturation: 0.96, 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 #051AF9 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 26 | 249 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.02 |
| HSL | 234.84º | 0.96% | 0.5% | - |
| HSV(B) | 234.84º | 0.98% | 0.98% | - |
| XYZ | 17.53 | 7.61 | 90.17 | - |
| YUV | 45.14 | 243.04 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 249 | 0.98 | 0.90 | 0 | 0.02 | 234.84 | 0.96 | 0.5 |
| Hex | 5 | 1A | F9 | 62 | 5A | 0 | 2 | EB | 60 | 32 |
| Octal | 5 | 32 | 371 | 142 | 132 | 0 | 2 | 353 | 140 | 62 |
| Binary | 101 | 11010 | 11111001 | 1100010 | 1011010 | 0 | 10 | 11101011 | 1100000 | 110010 |
Color Harmonies of #051AF9
Complementary color
Monochromatic Colors of #051AF9
Black with #051AF9
Text Example
Text Example
White with #051AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AF9; }
p { color: rgb(5,26,249); }
H1.HeaderClassName
{
color: #051AF9;
}
.AnyTagClassName
{
color: #051AF9;
}
</style>
background-color css
<style>
a { background-color: #051AF9; }
a { background-color: rgb(5,26,249); }
div.DivClassName
{
background-color: #051AF9;
}
.BgClassName
{
background-color: #051AF9;
}
</style>
border-color css
<style>
span { border-color: #051AF9; }
span { border-color: rgb(5,26,249); }
td.TdClassName
{
border-color: #051AF9;
}
.TagClassName
{
border-color: #051AF9;
}
</style>