Shades of Blue #051EEB
Tints of Blue #051EEB
RGB
CMYK
RGB Variations
Color information
#051EEB (or 0x051EEB) is known color: Blue. HEX triplet: 05, 1E and EB. RGB value is (5,30,235). Sum of RGB (Red+Green+Blue) = 5+30+235=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #051EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051EEB is #FAE114. Grayscale: #2D2D2D. Windows color (decimal): -16441621 or 15408645. OLE color: 15408645.
HSL color Cylindrical-coordinate representation of color #051EEB: hue angle of 233.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EEB is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 30 | 235 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.08 |
| HSL | 233.48º | 0.96% | 0.47% | - |
| HSV(B) | 233.48º | 0.98% | 0.92% | - |
| XYZ | 15.52 | 6.96 | 79.12 | - |
| YUV | 45.9 | 234.72 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 235 | 0.98 | 0.87 | 0 | 0.08 | 233.48 | 0.96 | 0.47 |
| Hex | 5 | 1E | EB | 62 | 57 | 0 | 8 | E9 | 60 | 2F |
| Octal | 5 | 36 | 353 | 142 | 127 | 0 | 10 | 351 | 140 | 57 |
| Binary | 101 | 11110 | 11101011 | 1100010 | 1010111 | 0 | 1000 | 11101001 | 1100000 | 101111 |
Color Harmonies of #051EEB
Complementary color
Monochromatic Colors of #051EEB
Black with #051EEB
Text Example
Text Example
White with #051EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EEB; }
p { color: rgb(5,30,235); }
H1.HeaderClassName
{
color: #051EEB;
}
.AnyTagClassName
{
color: #051EEB;
}
</style>
background-color css
<style>
a { background-color: #051EEB; }
a { background-color: rgb(5,30,235); }
div.DivClassName
{
background-color: #051EEB;
}
.BgClassName
{
background-color: #051EEB;
}
</style>
border-color css
<style>
span { border-color: #051EEB; }
span { border-color: rgb(5,30,235); }
td.TdClassName
{
border-color: #051EEB;
}
.TagClassName
{
border-color: #051EEB;
}
</style>