Shades of Blue #051BED
Tints of Blue #051BED
RGB
CMYK
RGB Variations
Color information
#051BED (or 0x051BED) is known color: Blue. HEX triplet: 05, 1B and ED. RGB value is (5,27,237). Sum of RGB (Red+Green+Blue) = 5+27+237=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #051BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BED is #FAE412. Grayscale: #2B2B2B. Windows color (decimal): -16442387 or 15538949. OLE color: 15538949.
HSL color Cylindrical-coordinate representation of color #051BED: hue angle of 234.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BED is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 27 | 237 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.07 |
| HSL | 234.31º | 0.96% | 0.47% | - |
| HSV(B) | 234.31º | 0.98% | 0.93% | - |
| XYZ | 15.74 | 6.93 | 80.63 | - |
| YUV | 44.36 | 236.71 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 237 | 0.98 | 0.89 | 0 | 0.07 | 234.31 | 0.96 | 0.47 |
| Hex | 5 | 1B | ED | 62 | 59 | 0 | 7 | EA | 60 | 2F |
| Octal | 5 | 33 | 355 | 142 | 131 | 0 | 7 | 352 | 140 | 57 |
| Binary | 101 | 11011 | 11101101 | 1100010 | 1011001 | 0 | 111 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051BED
Complementary color
Monochromatic Colors of #051BED
Black with #051BED
Text Example
Text Example
White with #051BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BED; }
p { color: rgb(5,27,237); }
H1.HeaderClassName
{
color: #051BED;
}
.AnyTagClassName
{
color: #051BED;
}
</style>
background-color css
<style>
a { background-color: #051BED; }
a { background-color: rgb(5,27,237); }
div.DivClassName
{
background-color: #051BED;
}
.BgClassName
{
background-color: #051BED;
}
</style>
border-color css
<style>
span { border-color: #051BED; }
span { border-color: rgb(5,27,237); }
td.TdClassName
{
border-color: #051BED;
}
.TagClassName
{
border-color: #051BED;
}
</style>