Shades of Blue #051DFF
Tints of Blue #051DFF
RGB
CMYK
RGB Variations
Color information
#051DFF (or 0x051DFF) is known color: Blue. HEX triplet: 05, 1D and FF. RGB value is (5,29,255). Sum of RGB (Red+Green+Blue) = 5+29+255=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #051DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DFF is #FAE200. Grayscale: #2E2E2E. Windows color (decimal): -16441857 or 16719109. OLE color: 16719109.
HSL color Cylindrical-coordinate representation of color #051DFF: hue angle of 234.24º 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 #051DFF is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 29 | 255 | - |
| CMYK | 0.98 | 0.89 | 0 | 0 |
| HSL | 234.24º | 1% | 0.51% | - |
| HSV(B) | 234.24º | 0.98% | 1% | - |
| XYZ | 18.55 | 8.13 | 95.2 | - |
| YUV | 47.59 | 245.05 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 255 | 0.98 | 0.89 | 0 | 0 | 234.24 | 1 | 0.51 |
| Hex | 5 | 1D | FF | 62 | 59 | 0 | 0 | EA | 64 | 33 |
| Octal | 5 | 35 | 377 | 142 | 131 | 0 | 0 | 352 | 144 | 63 |
| Binary | 101 | 11101 | 11111111 | 1100010 | 1011001 | 0 | 0 | 11101010 | 1100100 | 110011 |
Color Harmonies of #051DFF
Complementary color
Monochromatic Colors of #051DFF
Black with #051DFF
Text Example
Text Example
White with #051DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DFF; }
p { color: rgb(5,29,255); }
H1.HeaderClassName
{
color: #051DFF;
}
.AnyTagClassName
{
color: #051DFF;
}
</style>
background-color css
<style>
a { background-color: #051DFF; }
a { background-color: rgb(5,29,255); }
div.DivClassName
{
background-color: #051DFF;
}
.BgClassName
{
background-color: #051DFF;
}
</style>
border-color css
<style>
span { border-color: #051DFF; }
span { border-color: rgb(5,29,255); }
td.TdClassName
{
border-color: #051DFF;
}
.TagClassName
{
border-color: #051DFF;
}
</style>