Shades of Blue #051DF7
Tints of Blue #051DF7
RGB
CMYK
RGB Variations
Color information
#051DF7 (or 0x051DF7) is known color: Blue. HEX triplet: 05, 1D and F7. RGB value is (5,29,247). Sum of RGB (Red+Green+Blue) = 5+29+247=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 247 (96.88% from 255 or 87.90% from 281); Max value from RGB is 247 - color contains mainly: blue. Hex color #051DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DF7 is #FAE208. Grayscale: #2D2D2D. Windows color (decimal): -16441865 or 16194821. OLE color: 16194821.
HSL color Cylindrical-coordinate representation of color #051DF7: hue angle of 234.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DF7 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 29 | 247 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.03 |
| HSL | 234.05º | 0.96% | 0.49% | - |
| HSV(B) | 234.05º | 0.98% | 0.97% | - |
| XYZ | 17.29 | 7.63 | 88.56 | - |
| YUV | 46.68 | 241.05 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 247 | 0.98 | 0.88 | 0 | 0.03 | 234.05 | 0.96 | 0.49 |
| Hex | 5 | 1D | F7 | 62 | 58 | 0 | 3 | EA | 60 | 31 |
| Octal | 5 | 35 | 367 | 142 | 130 | 0 | 3 | 352 | 140 | 61 |
| Binary | 101 | 11101 | 11110111 | 1100010 | 1011000 | 0 | 11 | 11101010 | 1100000 | 110001 |
Color Harmonies of #051DF7
Complementary color
Monochromatic Colors of #051DF7
Black with #051DF7
Text Example
Text Example
White with #051DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DF7; }
p { color: rgb(5,29,247); }
H1.HeaderClassName
{
color: #051DF7;
}
.AnyTagClassName
{
color: #051DF7;
}
</style>
background-color css
<style>
a { background-color: #051DF7; }
a { background-color: rgb(5,29,247); }
div.DivClassName
{
background-color: #051DF7;
}
.BgClassName
{
background-color: #051DF7;
}
</style>
border-color css
<style>
span { border-color: #051DF7; }
span { border-color: rgb(5,29,247); }
td.TdClassName
{
border-color: #051DF7;
}
.TagClassName
{
border-color: #051DF7;
}
</style>