Shades of Blue #051DFB
Tints of Blue #051DFB
RGB
CMYK
RGB Variations
Color information
#051DFB (or 0x051DFB) is known color: Blue. HEX triplet: 05, 1D and FB. RGB value is (5,29,251). Sum of RGB (Red+Green+Blue) = 5+29+251=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #051DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DFB is #FAE204. Grayscale: #2E2E2E. Windows color (decimal): -16441861 or 16456965. OLE color: 16456965.
HSL color Cylindrical-coordinate representation of color #051DFB: hue angle of 234.15º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DFB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 29 | 251 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.02 |
| HSL | 234.15º | 0.97% | 0.5% | - |
| HSV(B) | 234.15º | 0.98% | 0.98% | - |
| XYZ | 17.91 | 7.88 | 91.84 | - |
| YUV | 47.13 | 243.05 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 251 | 0.98 | 0.88 | 0 | 0.02 | 234.15 | 0.97 | 0.5 |
| Hex | 5 | 1D | FB | 62 | 58 | 0 | 2 | EA | 61 | 32 |
| Octal | 5 | 35 | 373 | 142 | 130 | 0 | 2 | 352 | 141 | 62 |
| Binary | 101 | 11101 | 11111011 | 1100010 | 1011000 | 0 | 10 | 11101010 | 1100001 | 110010 |
Color Harmonies of #051DFB
Complementary color
Monochromatic Colors of #051DFB
Black with #051DFB
Text Example
Text Example
White with #051DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DFB; }
p { color: rgb(5,29,251); }
H1.HeaderClassName
{
color: #051DFB;
}
.AnyTagClassName
{
color: #051DFB;
}
</style>
background-color css
<style>
a { background-color: #051DFB; }
a { background-color: rgb(5,29,251); }
div.DivClassName
{
background-color: #051DFB;
}
.BgClassName
{
background-color: #051DFB;
}
</style>
border-color css
<style>
span { border-color: #051DFB; }
span { border-color: rgb(5,29,251); }
td.TdClassName
{
border-color: #051DFB;
}
.TagClassName
{
border-color: #051DFB;
}
</style>