Shades of Blue #051DFD
Tints of Blue #051DFD
RGB
CMYK
RGB Variations
Color information
#051DFD (or 0x051DFD) is known color: Blue. HEX triplet: 05, 1D and FD. RGB value is (5,29,253). Sum of RGB (Red+Green+Blue) = 5+29+253=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #051DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DFD is #FAE202. Grayscale: #2E2E2E. Windows color (decimal): -16441859 or 16588037. OLE color: 16588037.
HSL color Cylindrical-coordinate representation of color #051DFD: hue angle of 234.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DFD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 29 | 253 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.01 |
| HSL | 234.19º | 0.98% | 0.51% | - |
| HSV(B) | 234.19º | 0.98% | 0.99% | - |
| XYZ | 18.23 | 8 | 93.51 | - |
| YUV | 47.36 | 244.05 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 253 | 0.98 | 0.89 | 0 | 0.01 | 234.19 | 0.98 | 0.51 |
| Hex | 5 | 1D | FD | 62 | 59 | 0 | 1 | EA | 62 | 33 |
| Octal | 5 | 35 | 375 | 142 | 131 | 0 | 1 | 352 | 142 | 63 |
| Binary | 101 | 11101 | 11111101 | 1100010 | 1011001 | 0 | 1 | 11101010 | 1100010 | 110011 |
Color Harmonies of #051DFD
Complementary color
Monochromatic Colors of #051DFD
Black with #051DFD
Text Example
Text Example
White with #051DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DFD; }
p { color: rgb(5,29,253); }
H1.HeaderClassName
{
color: #051DFD;
}
.AnyTagClassName
{
color: #051DFD;
}
</style>
background-color css
<style>
a { background-color: #051DFD; }
a { background-color: rgb(5,29,253); }
div.DivClassName
{
background-color: #051DFD;
}
.BgClassName
{
background-color: #051DFD;
}
</style>
border-color css
<style>
span { border-color: #051DFD; }
span { border-color: rgb(5,29,253); }
td.TdClassName
{
border-color: #051DFD;
}
.TagClassName
{
border-color: #051DFD;
}
</style>