Shades of Blue #051FED
Tints of Blue #051FED
RGB
CMYK
RGB Variations
Color information
#051FED (or 0x051FED) is known color: Blue. HEX triplet: 05, 1F and ED. RGB value is (5,31,237). Sum of RGB (Red+Green+Blue) = 5+31+237=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 237 (92.97% from 255 or 86.81% from 273); Max value from RGB is 237 - color contains mainly: blue. Hex color #051FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051FED is #FAE012. Grayscale: #2D2D2D. Windows color (decimal): -16441363 or 15539973. OLE color: 15539973.
HSL color Cylindrical-coordinate representation of color #051FED: hue angle of 233.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FED is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 31 | 237 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.07 |
| HSL | 233.28º | 0.96% | 0.47% | - |
| HSV(B) | 233.28º | 0.98% | 0.93% | - |
| XYZ | 15.84 | 7.13 | 80.66 | - |
| YUV | 46.71 | 235.39 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 237 | 0.98 | 0.87 | 0 | 0.07 | 233.28 | 0.96 | 0.47 |
| Hex | 5 | 1F | ED | 62 | 57 | 0 | 7 | E9 | 60 | 2F |
| Octal | 5 | 37 | 355 | 142 | 127 | 0 | 7 | 351 | 140 | 57 |
| Binary | 101 | 11111 | 11101101 | 1100010 | 1010111 | 0 | 111 | 11101001 | 1100000 | 101111 |
Color Harmonies of #051FED
Complementary color
Monochromatic Colors of #051FED
Black with #051FED
Text Example
Text Example
White with #051FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FED; }
p { color: rgb(5,31,237); }
H1.HeaderClassName
{
color: #051FED;
}
.AnyTagClassName
{
color: #051FED;
}
</style>
background-color css
<style>
a { background-color: #051FED; }
a { background-color: rgb(5,31,237); }
div.DivClassName
{
background-color: #051FED;
}
.BgClassName
{
background-color: #051FED;
}
</style>
border-color css
<style>
span { border-color: #051FED; }
span { border-color: rgb(5,31,237); }
td.TdClassName
{
border-color: #051FED;
}
.TagClassName
{
border-color: #051FED;
}
</style>