Shades of Blue #051BF9
Tints of Blue #051BF9
RGB
CMYK
RGB Variations
Color information
#051BF9 (or 0x051BF9) is known color: Blue. HEX triplet: 05, 1B and F9. RGB value is (5,27,249). Sum of RGB (Red+Green+Blue) = 5+27+249=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 249 (97.66% from 255 or 88.61% from 281); Max value from RGB is 249 - color contains mainly: blue. Hex color #051BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BF9 is #FAE406. Grayscale: #2C2C2C. Windows color (decimal): -16442375 or 16325381. OLE color: 16325381.
HSL color Cylindrical-coordinate representation of color #051BF9: hue angle of 234.59º 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 #051BF9 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 27 | 249 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.02 |
| HSL | 234.59º | 0.96% | 0.5% | - |
| HSV(B) | 234.59º | 0.98% | 0.98% | - |
| XYZ | 17.55 | 7.66 | 90.18 | - |
| YUV | 45.73 | 242.71 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 249 | 0.98 | 0.89 | 0 | 0.02 | 234.59 | 0.96 | 0.5 |
| Hex | 5 | 1B | F9 | 62 | 59 | 0 | 2 | EB | 60 | 32 |
| Octal | 5 | 33 | 371 | 142 | 131 | 0 | 2 | 353 | 140 | 62 |
| Binary | 101 | 11011 | 11111001 | 1100010 | 1011001 | 0 | 10 | 11101011 | 1100000 | 110010 |
Color Harmonies of #051BF9
Complementary color
Monochromatic Colors of #051BF9
Black with #051BF9
Text Example
Text Example
White with #051BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BF9; }
p { color: rgb(5,27,249); }
H1.HeaderClassName
{
color: #051BF9;
}
.AnyTagClassName
{
color: #051BF9;
}
</style>
background-color css
<style>
a { background-color: #051BF9; }
a { background-color: rgb(5,27,249); }
div.DivClassName
{
background-color: #051BF9;
}
.BgClassName
{
background-color: #051BF9;
}
</style>
border-color css
<style>
span { border-color: #051BF9; }
span { border-color: rgb(5,27,249); }
td.TdClassName
{
border-color: #051BF9;
}
.TagClassName
{
border-color: #051BF9;
}
</style>