Shades of Blue #051DF8
Tints of Blue #051DF8
RGB
CMYK
RGB Variations
Color information
#051DF8 (or 0x051DF8) is known color: Blue. HEX triplet: 05, 1D and F8. RGB value is (5,29,248). Sum of RGB (Red+Green+Blue) = 5+29+248=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 248 (97.27% from 255 or 87.94% from 282); Max value from RGB is 248 - color contains mainly: blue. Hex color #051DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DF8 is #FAE207. Grayscale: #2D2D2D. Windows color (decimal): -16441864 or 16260357. OLE color: 16260357.
HSL color Cylindrical-coordinate representation of color #051DF8: hue angle of 234.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DF8 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 29 | 248 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.03 |
| HSL | 234.07º | 0.96% | 0.5% | - |
| HSV(B) | 234.07º | 0.98% | 0.97% | - |
| XYZ | 17.45 | 7.69 | 89.37 | - |
| YUV | 46.79 | 241.55 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 248 | 0.98 | 0.88 | 0 | 0.03 | 234.07 | 0.96 | 0.5 |
| Hex | 5 | 1D | F8 | 62 | 58 | 0 | 3 | EA | 60 | 32 |
| Octal | 5 | 35 | 370 | 142 | 130 | 0 | 3 | 352 | 140 | 62 |
| Binary | 101 | 11101 | 11111000 | 1100010 | 1011000 | 0 | 11 | 11101010 | 1100000 | 110010 |
Color Harmonies of #051DF8
Complementary color
Monochromatic Colors of #051DF8
Black with #051DF8
Text Example
Text Example
White with #051DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DF8; }
p { color: rgb(5,29,248); }
H1.HeaderClassName
{
color: #051DF8;
}
.AnyTagClassName
{
color: #051DF8;
}
</style>
background-color css
<style>
a { background-color: #051DF8; }
a { background-color: rgb(5,29,248); }
div.DivClassName
{
background-color: #051DF8;
}
.BgClassName
{
background-color: #051DF8;
}
</style>
border-color css
<style>
span { border-color: #051DF8; }
span { border-color: rgb(5,29,248); }
td.TdClassName
{
border-color: #051DF8;
}
.TagClassName
{
border-color: #051DF8;
}
</style>