Shades of Blue #051BEE
Tints of Blue #051BEE
RGB
CMYK
RGB Variations
Color information
#051BEE (or 0x051BEE) is known color: Blue. HEX triplet: 05, 1B and EE. RGB value is (5,27,238). Sum of RGB (Red+Green+Blue) = 5+27+238=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #051BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BEE is #FAE411. Grayscale: #2B2B2B. Windows color (decimal): -16442386 or 15604485. OLE color: 15604485.
HSL color Cylindrical-coordinate representation of color #051BEE: hue angle of 234.33º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BEE is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 27 | 238 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.07 |
| HSL | 234.33º | 0.96% | 0.48% | - |
| HSV(B) | 234.33º | 0.98% | 0.93% | - |
| XYZ | 15.89 | 6.99 | 81.4 | - |
| YUV | 44.48 | 237.21 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 238 | 0.98 | 0.89 | 0 | 0.07 | 234.33 | 0.96 | 0.48 |
| Hex | 5 | 1B | EE | 62 | 59 | 0 | 7 | EA | 60 | 30 |
| Octal | 5 | 33 | 356 | 142 | 131 | 0 | 7 | 352 | 140 | 60 |
| Binary | 101 | 11011 | 11101110 | 1100010 | 1011001 | 0 | 111 | 11101010 | 1100000 | 110000 |
Color Harmonies of #051BEE
Complementary color
Monochromatic Colors of #051BEE
Black with #051BEE
Text Example
Text Example
White with #051BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BEE; }
p { color: rgb(5,27,238); }
H1.HeaderClassName
{
color: #051BEE;
}
.AnyTagClassName
{
color: #051BEE;
}
</style>
background-color css
<style>
a { background-color: #051BEE; }
a { background-color: rgb(5,27,238); }
div.DivClassName
{
background-color: #051BEE;
}
.BgClassName
{
background-color: #051BEE;
}
</style>
border-color css
<style>
span { border-color: #051BEE; }
span { border-color: rgb(5,27,238); }
td.TdClassName
{
border-color: #051BEE;
}
.TagClassName
{
border-color: #051BEE;
}
</style>