Shades of Blue #051EFF
Tints of Blue #051EFF
RGB
CMYK
RGB Variations
Color information
#051EFF (or 0x051EFF) is known color: Blue. HEX triplet: 05, 1E and FF. RGB value is (5,30,255). Sum of RGB (Red+Green+Blue) = 5+30+255=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #051EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051EFF is #FAE100. Grayscale: #2F2F2F. Windows color (decimal): -16441601 or 16719365. OLE color: 16719365.
HSL color Cylindrical-coordinate representation of color #051EFF: hue angle of 234º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EFF is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 30 | 255 | - |
| CMYK | 0.98 | 0.88 | 0 | 0 |
| HSL | 234º | 1% | 0.51% | - |
| HSV(B) | 234º | 0.98% | 1% | - |
| XYZ | 18.58 | 8.18 | 95.21 | - |
| YUV | 48.18 | 244.72 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 255 | 0.98 | 0.88 | 0 | 0 | 234 | 1 | 0.51 |
| Hex | 5 | 1E | FF | 62 | 58 | 0 | 0 | EA | 64 | 33 |
| Octal | 5 | 36 | 377 | 142 | 130 | 0 | 0 | 352 | 144 | 63 |
| Binary | 101 | 11110 | 11111111 | 1100010 | 1011000 | 0 | 0 | 11101010 | 1100100 | 110011 |
Color Harmonies of #051EFF
Complementary color
Monochromatic Colors of #051EFF
Black with #051EFF
Text Example
Text Example
White with #051EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EFF; }
p { color: rgb(5,30,255); }
H1.HeaderClassName
{
color: #051EFF;
}
.AnyTagClassName
{
color: #051EFF;
}
</style>
background-color css
<style>
a { background-color: #051EFF; }
a { background-color: rgb(5,30,255); }
div.DivClassName
{
background-color: #051EFF;
}
.BgClassName
{
background-color: #051EFF;
}
</style>
border-color css
<style>
span { border-color: #051EFF; }
span { border-color: rgb(5,30,255); }
td.TdClassName
{
border-color: #051EFF;
}
.TagClassName
{
border-color: #051EFF;
}
</style>