Shades of Blue #051DED
Tints of Blue #051DED
RGB
CMYK
RGB Variations
Color information
#051DED (or 0x051DED) is known color: Blue. HEX triplet: 05, 1D and ED. RGB value is (5,29,237). Sum of RGB (Red+Green+Blue) = 5+29+237=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #051DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051DED is #FAE212. Grayscale: #2C2C2C. Windows color (decimal): -16441875 or 15539461. OLE color: 15539461.
HSL color Cylindrical-coordinate representation of color #051DED: hue angle of 233.79º 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 #051DED is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 29 | 237 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.07 |
| HSL | 233.79º | 0.96% | 0.47% | - |
| HSV(B) | 233.79º | 0.98% | 0.93% | - |
| XYZ | 15.79 | 7.03 | 80.64 | - |
| YUV | 45.54 | 236.05 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 237 | 0.98 | 0.88 | 0 | 0.07 | 233.79 | 0.96 | 0.47 |
| Hex | 5 | 1D | ED | 62 | 58 | 0 | 7 | EA | 60 | 2F |
| Octal | 5 | 35 | 355 | 142 | 130 | 0 | 7 | 352 | 140 | 57 |
| Binary | 101 | 11101 | 11101101 | 1100010 | 1011000 | 0 | 111 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051DED
Complementary color
Monochromatic Colors of #051DED
Black with #051DED
Text Example
Text Example
White with #051DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DED; }
p { color: rgb(5,29,237); }
H1.HeaderClassName
{
color: #051DED;
}
.AnyTagClassName
{
color: #051DED;
}
</style>
background-color css
<style>
a { background-color: #051DED; }
a { background-color: rgb(5,29,237); }
div.DivClassName
{
background-color: #051DED;
}
.BgClassName
{
background-color: #051DED;
}
</style>
border-color css
<style>
span { border-color: #051DED; }
span { border-color: rgb(5,29,237); }
td.TdClassName
{
border-color: #051DED;
}
.TagClassName
{
border-color: #051DED;
}
</style>