Shades of Medium Blue #051BE0
Tints of Medium Blue #051BE0
RGB
CMYK
RGB Variations
Color information
#051BE0 (or 0x051BE0) is known color: Medium Blue. HEX triplet: 05, 1B and E0. RGB value is (5,27,224). Sum of RGB (Red+Green+Blue) = 5+27+224=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 224 (87.89% from 255 or 87.5% from 256); Max value from RGB is 224 - color contains mainly: blue. Hex color #051BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BE0 is #FAE41F. Grayscale: #2A2A2A. Windows color (decimal): -16442400 or 14686981. OLE color: 14686981.
HSL color Cylindrical-coordinate representation of color #051BE0: hue angle of 233.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BE0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 27 | 224 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.12 |
| HSL | 233.97º | 0.96% | 0.45% | - |
| HSV(B) | 233.97º | 0.98% | 0.88% | - |
| XYZ | 13.91 | 6.2 | 70.98 | - |
| YUV | 42.88 | 230.21 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 224 | 0.98 | 0.88 | 0 | 0.12 | 233.97 | 0.96 | 0.45 |
| Hex | 5 | 1B | E0 | 62 | 58 | 0 | C | EA | 60 | 2D |
| Octal | 5 | 33 | 340 | 142 | 130 | 0 | 14 | 352 | 140 | 55 |
| Binary | 101 | 11011 | 11100000 | 1100010 | 1011000 | 0 | 1100 | 11101010 | 1100000 | 101101 |
Color Harmonies of #051BE0
Complementary color
Monochromatic Colors of #051BE0
Black with #051BE0
Text Example
Text Example
White with #051BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BE0; }
p { color: rgb(5,27,224); }
H1.HeaderClassName
{
color: #051BE0;
}
.AnyTagClassName
{
color: #051BE0;
}
</style>
background-color css
<style>
a { background-color: #051BE0; }
a { background-color: rgb(5,27,224); }
div.DivClassName
{
background-color: #051BE0;
}
.BgClassName
{
background-color: #051BE0;
}
</style>
border-color css
<style>
span { border-color: #051BE0; }
span { border-color: rgb(5,27,224); }
td.TdClassName
{
border-color: #051BE0;
}
.TagClassName
{
border-color: #051BE0;
}
</style>