Shades of Blue #051EF6
Tints of Blue #051EF6
RGB
CMYK
RGB Variations
Color information
#051EF6 (or 0x051EF6) is known color: Blue. HEX triplet: 05, 1E and F6. RGB value is (5,30,246). Sum of RGB (Red+Green+Blue) = 5+30+246=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 246 (96.48% from 255 or 87.54% from 281); Max value from RGB is 246 - color contains mainly: blue. Hex color #051EF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051EF6 is #FAE109. Grayscale: #2E2E2E. Windows color (decimal): -16441610 or 16129541. OLE color: 16129541.
HSL color Cylindrical-coordinate representation of color #051EF6: hue angle of 233.78º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EF6 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 30 | 246 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.04 |
| HSL | 233.78º | 0.96% | 0.49% | - |
| HSV(B) | 233.78º | 0.98% | 0.96% | - |
| XYZ | 17.16 | 7.61 | 87.75 | - |
| YUV | 47.15 | 240.22 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 246 | 0.98 | 0.88 | 0 | 0.04 | 233.78 | 0.96 | 0.49 |
| Hex | 5 | 1E | F6 | 62 | 58 | 0 | 4 | EA | 60 | 31 |
| Octal | 5 | 36 | 366 | 142 | 130 | 0 | 4 | 352 | 140 | 61 |
| Binary | 101 | 11110 | 11110110 | 1100010 | 1011000 | 0 | 100 | 11101010 | 1100000 | 110001 |
Color Harmonies of #051EF6
Complementary color
Monochromatic Colors of #051EF6
Black with #051EF6
Text Example
Text Example
White with #051EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EF6; }
p { color: rgb(5,30,246); }
H1.HeaderClassName
{
color: #051EF6;
}
.AnyTagClassName
{
color: #051EF6;
}
</style>
background-color css
<style>
a { background-color: #051EF6; }
a { background-color: rgb(5,30,246); }
div.DivClassName
{
background-color: #051EF6;
}
.BgClassName
{
background-color: #051EF6;
}
</style>
border-color css
<style>
span { border-color: #051EF6; }
span { border-color: rgb(5,30,246); }
td.TdClassName
{
border-color: #051EF6;
}
.TagClassName
{
border-color: #051EF6;
}
</style>