Shades of Blue #051FF8
Tints of Blue #051FF8
RGB
CMYK
RGB Variations
Color information
#051FF8 (or 0x051FF8) is known color: Blue. HEX triplet: 05, 1F and F8. RGB value is (5,31,248). Sum of RGB (Red+Green+Blue) = 5+31+248=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 248 (97.27% from 255 or 87.32% from 284); Max value from RGB is 248 - color contains mainly: blue. Hex color #051FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051FF8 is #FAE007. Grayscale: #2F2F2F. Windows color (decimal): -16441352 or 16260869. OLE color: 16260869.
HSL color Cylindrical-coordinate representation of color #051FF8: hue angle of 233.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FF8 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 31 | 248 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.03 |
| HSL | 233.58º | 0.96% | 0.5% | - |
| HSV(B) | 233.58º | 0.98% | 0.97% | - |
| XYZ | 17.5 | 7.79 | 89.39 | - |
| YUV | 47.96 | 240.89 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 248 | 0.98 | 0.88 | 0 | 0.03 | 233.58 | 0.96 | 0.5 |
| Hex | 5 | 1F | F8 | 62 | 58 | 0 | 3 | EA | 60 | 32 |
| Octal | 5 | 37 | 370 | 142 | 130 | 0 | 3 | 352 | 140 | 62 |
| Binary | 101 | 11111 | 11111000 | 1100010 | 1011000 | 0 | 11 | 11101010 | 1100000 | 110010 |
Color Harmonies of #051FF8
Complementary color
Monochromatic Colors of #051FF8
Black with #051FF8
Text Example
Text Example
White with #051FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FF8; }
p { color: rgb(5,31,248); }
H1.HeaderClassName
{
color: #051FF8;
}
.AnyTagClassName
{
color: #051FF8;
}
</style>
background-color css
<style>
a { background-color: #051FF8; }
a { background-color: rgb(5,31,248); }
div.DivClassName
{
background-color: #051FF8;
}
.BgClassName
{
background-color: #051FF8;
}
</style>
border-color css
<style>
span { border-color: #051FF8; }
span { border-color: rgb(5,31,248); }
td.TdClassName
{
border-color: #051FF8;
}
.TagClassName
{
border-color: #051FF8;
}
</style>