Shades of Blue #051DFE
Tints of Blue #051DFE
RGB
CMYK
RGB Variations
Color information
#051DFE (or 0x051DFE) is known color: Blue. HEX triplet: 05, 1D and FE. RGB value is (5,29,254). Sum of RGB (Red+Green+Blue) = 5+29+254=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #051DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DFE is #FAE201. Grayscale: #2E2E2E. Windows color (decimal): -16441858 or 16653573. OLE color: 16653573.
HSL color Cylindrical-coordinate representation of color #051DFE: hue angle of 234.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DFE is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 29 | 254 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.00 |
| HSL | 234.22º | 0.99% | 0.51% | - |
| HSV(B) | 234.22º | 0.98% | 1% | - |
| XYZ | 18.39 | 8.07 | 94.35 | - |
| YUV | 47.47 | 244.55 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 254 | 0.98 | 0.89 | 0 | 0.00 | 234.22 | 0.99 | 0.51 |
| Hex | 5 | 1D | FE | 62 | 59 | 0 | 0 | EA | 63 | 33 |
| Octal | 5 | 35 | 376 | 142 | 131 | 0 | 0 | 352 | 143 | 63 |
| Binary | 101 | 11101 | 11111110 | 1100010 | 1011001 | 0 | 0 | 11101010 | 1100011 | 110011 |
Color Harmonies of #051DFE
Complementary color
Monochromatic Colors of #051DFE
Black with #051DFE
Text Example
Text Example
White with #051DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DFE; }
p { color: rgb(5,29,254); }
H1.HeaderClassName
{
color: #051DFE;
}
.AnyTagClassName
{
color: #051DFE;
}
</style>
background-color css
<style>
a { background-color: #051DFE; }
a { background-color: rgb(5,29,254); }
div.DivClassName
{
background-color: #051DFE;
}
.BgClassName
{
background-color: #051DFE;
}
</style>
border-color css
<style>
span { border-color: #051DFE; }
span { border-color: rgb(5,29,254); }
td.TdClassName
{
border-color: #051DFE;
}
.TagClassName
{
border-color: #051DFE;
}
</style>