Shades of Blue #051FF5
Tints of Blue #051FF5
RGB
CMYK
RGB Variations
Color information
#051FF5 (or 0x051FF5) is known color: Blue. HEX triplet: 05, 1F and F5. RGB value is (5,31,245). Sum of RGB (Red+Green+Blue) = 5+31+245=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 245 (96.09% from 255 or 87.19% from 281); Max value from RGB is 245 - color contains mainly: blue. Hex color #051FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051FF5 is #FAE00A. Grayscale: #2E2E2E. Windows color (decimal): -16441355 or 16064261. OLE color: 16064261.
HSL color Cylindrical-coordinate representation of color #051FF5: hue angle of 233.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FF5 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 31 | 245 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.04 |
| HSL | 233.5º | 0.96% | 0.49% | - |
| HSV(B) | 233.5º | 0.98% | 0.96% | - |
| XYZ | 17.03 | 7.6 | 86.96 | - |
| YUV | 47.62 | 239.39 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 245 | 0.98 | 0.87 | 0 | 0.04 | 233.5 | 0.96 | 0.49 |
| Hex | 5 | 1F | F5 | 62 | 57 | 0 | 4 | EA | 60 | 31 |
| Octal | 5 | 37 | 365 | 142 | 127 | 0 | 4 | 352 | 140 | 61 |
| Binary | 101 | 11111 | 11110101 | 1100010 | 1010111 | 0 | 100 | 11101010 | 1100000 | 110001 |
Color Harmonies of #051FF5
Complementary color
Monochromatic Colors of #051FF5
Black with #051FF5
Text Example
Text Example
White with #051FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FF5; }
p { color: rgb(5,31,245); }
H1.HeaderClassName
{
color: #051FF5;
}
.AnyTagClassName
{
color: #051FF5;
}
</style>
background-color css
<style>
a { background-color: #051FF5; }
a { background-color: rgb(5,31,245); }
div.DivClassName
{
background-color: #051FF5;
}
.BgClassName
{
background-color: #051FF5;
}
</style>
border-color css
<style>
span { border-color: #051FF5; }
span { border-color: rgb(5,31,245); }
td.TdClassName
{
border-color: #051FF5;
}
.TagClassName
{
border-color: #051FF5;
}
</style>