Shades of Blue #051DEC
Tints of Blue #051DEC
RGB
CMYK
RGB Variations
Color information
#051DEC (or 0x051DEC) is known color: Blue. HEX triplet: 05, 1D and EC. RGB value is (5,29,236). Sum of RGB (Red+Green+Blue) = 5+29+236=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 236 (92.58% from 255 or 87.41% from 270); Max value from RGB is 236 - color contains mainly: blue. Hex color #051DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DEC is #FAE213. Grayscale: #2C2C2C. Windows color (decimal): -16441876 or 15473925. OLE color: 15473925.
HSL color Cylindrical-coordinate representation of color #051DEC: hue angle of 233.77º 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 #051DEC is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 29 | 236 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.07 |
| HSL | 233.77º | 0.96% | 0.47% | - |
| HSV(B) | 233.77º | 0.98% | 0.93% | - |
| XYZ | 15.64 | 6.97 | 79.88 | - |
| YUV | 45.42 | 235.55 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 236 | 0.98 | 0.88 | 0 | 0.07 | 233.77 | 0.96 | 0.47 |
| Hex | 5 | 1D | EC | 62 | 58 | 0 | 7 | EA | 60 | 2F |
| Octal | 5 | 35 | 354 | 142 | 130 | 0 | 7 | 352 | 140 | 57 |
| Binary | 101 | 11101 | 11101100 | 1100010 | 1011000 | 0 | 111 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051DEC
Complementary color
Monochromatic Colors of #051DEC
Black with #051DEC
Text Example
Text Example
White with #051DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DEC; }
p { color: rgb(5,29,236); }
H1.HeaderClassName
{
color: #051DEC;
}
.AnyTagClassName
{
color: #051DEC;
}
</style>
background-color css
<style>
a { background-color: #051DEC; }
a { background-color: rgb(5,29,236); }
div.DivClassName
{
background-color: #051DEC;
}
.BgClassName
{
background-color: #051DEC;
}
</style>
border-color css
<style>
span { border-color: #051DEC; }
span { border-color: rgb(5,29,236); }
td.TdClassName
{
border-color: #051DEC;
}
.TagClassName
{
border-color: #051DEC;
}
</style>