Shades of Blue #050EFF
Tints of Blue #050EFF
RGB
CMYK
RGB Variations
Color information
#050EFF (or 0x050EFF) is known color: Blue. HEX triplet: 05, 0E and FF. RGB value is (5,14,255). Sum of RGB (Red+Green+Blue) = 5+14+255=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #050EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EFF is #FAF100. Grayscale: #252525. Windows color (decimal): -16445697 or 16715269. OLE color: 16715269.
HSL color Cylindrical-coordinate representation of color #050EFF: hue angle of 237.84º 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 #050EFF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 14 | 255 | - |
| CMYK | 0.98 | 0.95 | 0 | 0 |
| HSL | 237.84º | 1% | 0.51% | - |
| HSV(B) | 237.84º | 0.98% | 1% | - |
| XYZ | 18.27 | 7.57 | 95.11 | - |
| YUV | 38.78 | 250.02 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 255 | 0.98 | 0.95 | 0 | 0 | 237.84 | 1 | 0.51 |
| Hex | 5 | E | FF | 62 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 5 | 16 | 377 | 142 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 101 | 1110 | 11111111 | 1100010 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #050EFF
Complementary color
Monochromatic Colors of #050EFF
Black with #050EFF
Text Example
Text Example
White with #050EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050EFF; }
p { color: rgb(5,14,255); }
H1.HeaderClassName
{
color: #050EFF;
}
.AnyTagClassName
{
color: #050EFF;
}
</style>
background-color css
<style>
a { background-color: #050EFF; }
a { background-color: rgb(5,14,255); }
div.DivClassName
{
background-color: #050EFF;
}
.BgClassName
{
background-color: #050EFF;
}
</style>
border-color css
<style>
span { border-color: #050EFF; }
span { border-color: rgb(5,14,255); }
td.TdClassName
{
border-color: #050EFF;
}
.TagClassName
{
border-color: #050EFF;
}
</style>