Shades of Medium Blue #051DD9
Tints of Medium Blue #051DD9
RGB
CMYK
RGB Variations
Color information
#051DD9 (or 0x051DD9) is known color: Medium Blue. HEX triplet: 05, 1D and D9. RGB value is (5,29,217). Sum of RGB (Red+Green+Blue) = 5+29+217=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 217 (85.16% from 255 or 86.45% from 251); Max value from RGB is 217 - color contains mainly: blue. Hex color #051DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DD9 is #FAE226. Grayscale: #2A2A2A. Windows color (decimal): -16441895 or 14228741. OLE color: 14228741.
HSL color Cylindrical-coordinate representation of color #051DD9: hue angle of 233.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DD9 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 29 | 217 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.15 |
| HSL | 233.21º | 0.95% | 0.44% | - |
| HSV(B) | 233.21º | 0.98% | 0.85% | - |
| XYZ | 13.03 | 5.92 | 66.1 | - |
| YUV | 43.26 | 226.05 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 217 | 0.98 | 0.87 | 0 | 0.15 | 233.21 | 0.95 | 0.44 |
| Hex | 5 | 1D | D9 | 62 | 57 | 0 | F | E9 | 5F | 2C |
| Octal | 5 | 35 | 331 | 142 | 127 | 0 | 17 | 351 | 137 | 54 |
| Binary | 101 | 11101 | 11011001 | 1100010 | 1010111 | 0 | 1111 | 11101001 | 1011111 | 101100 |
Color Harmonies of #051DD9
Complementary color
Monochromatic Colors of #051DD9
Black with #051DD9
Text Example
Text Example
White with #051DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DD9; }
p { color: rgb(5,29,217); }
H1.HeaderClassName
{
color: #051DD9;
}
.AnyTagClassName
{
color: #051DD9;
}
</style>
background-color css
<style>
a { background-color: #051DD9; }
a { background-color: rgb(5,29,217); }
div.DivClassName
{
background-color: #051DD9;
}
.BgClassName
{
background-color: #051DD9;
}
</style>
border-color css
<style>
span { border-color: #051DD9; }
span { border-color: rgb(5,29,217); }
td.TdClassName
{
border-color: #051DD9;
}
.TagClassName
{
border-color: #051DD9;
}
</style>