Shades of Blue #051DFC
Tints of Blue #051DFC
RGB
CMYK
RGB Variations
Color information
#051DFC (or 0x051DFC) is known color: Blue. HEX triplet: 05, 1D and FC. RGB value is (5,29,252). Sum of RGB (Red+Green+Blue) = 5+29+252=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #051DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DFC is #FAE203. Grayscale: #2E2E2E. Windows color (decimal): -16441860 or 16522501. OLE color: 16522501.
HSL color Cylindrical-coordinate representation of color #051DFC: hue angle of 234.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DFC is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 29 | 252 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.01 |
| HSL | 234.17º | 0.98% | 0.5% | - |
| HSV(B) | 234.17º | 0.98% | 0.99% | - |
| XYZ | 18.07 | 7.94 | 92.68 | - |
| YUV | 47.25 | 243.55 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 252 | 0.98 | 0.88 | 0 | 0.01 | 234.17 | 0.98 | 0.5 |
| Hex | 5 | 1D | FC | 62 | 58 | 0 | 1 | EA | 62 | 32 |
| Octal | 5 | 35 | 374 | 142 | 130 | 0 | 1 | 352 | 142 | 62 |
| Binary | 101 | 11101 | 11111100 | 1100010 | 1011000 | 0 | 1 | 11101010 | 1100010 | 110010 |
Color Harmonies of #051DFC
Complementary color
Monochromatic Colors of #051DFC
Black with #051DFC
Text Example
Text Example
White with #051DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DFC; }
p { color: rgb(5,29,252); }
H1.HeaderClassName
{
color: #051DFC;
}
.AnyTagClassName
{
color: #051DFC;
}
</style>
background-color css
<style>
a { background-color: #051DFC; }
a { background-color: rgb(5,29,252); }
div.DivClassName
{
background-color: #051DFC;
}
.BgClassName
{
background-color: #051DFC;
}
</style>
border-color css
<style>
span { border-color: #051DFC; }
span { border-color: rgb(5,29,252); }
td.TdClassName
{
border-color: #051DFC;
}
.TagClassName
{
border-color: #051DFC;
}
</style>