Shades of Blue #051EEF
Tints of Blue #051EEF
RGB
CMYK
RGB Variations
Color information
#051EEF (or 0x051EEF) is known color: Blue. HEX triplet: 05, 1E and EF. RGB value is (5,30,239). Sum of RGB (Red+Green+Blue) = 5+30+239=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 239 (93.75% from 255 or 87.23% from 274); Max value from RGB is 239 - color contains mainly: blue. Hex color #051EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051EEF is #FAE110. Grayscale: #2D2D2D. Windows color (decimal): -16441617 or 15670789. OLE color: 15670789.
HSL color Cylindrical-coordinate representation of color #051EEF: hue angle of 233.59º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EEF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 30 | 239 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.06 |
| HSL | 233.59º | 0.96% | 0.48% | - |
| HSV(B) | 233.59º | 0.98% | 0.94% | - |
| XYZ | 16.11 | 7.19 | 82.2 | - |
| YUV | 46.35 | 236.72 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 239 | 0.98 | 0.87 | 0 | 0.06 | 233.59 | 0.96 | 0.48 |
| Hex | 5 | 1E | EF | 62 | 57 | 0 | 6 | EA | 60 | 30 |
| Octal | 5 | 36 | 357 | 142 | 127 | 0 | 6 | 352 | 140 | 60 |
| Binary | 101 | 11110 | 11101111 | 1100010 | 1010111 | 0 | 110 | 11101010 | 1100000 | 110000 |
Color Harmonies of #051EEF
Complementary color
Monochromatic Colors of #051EEF
Black with #051EEF
Text Example
Text Example
White with #051EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EEF; }
p { color: rgb(5,30,239); }
H1.HeaderClassName
{
color: #051EEF;
}
.AnyTagClassName
{
color: #051EEF;
}
</style>
background-color css
<style>
a { background-color: #051EEF; }
a { background-color: rgb(5,30,239); }
div.DivClassName
{
background-color: #051EEF;
}
.BgClassName
{
background-color: #051EEF;
}
</style>
border-color css
<style>
span { border-color: #051EEF; }
span { border-color: rgb(5,30,239); }
td.TdClassName
{
border-color: #051EEF;
}
.TagClassName
{
border-color: #051EEF;
}
</style>