Shades of Medium Blue #051DD3
Tints of Medium Blue #051DD3
RGB
CMYK
RGB Variations
Color information
#051DD3 (or 0x051DD3) is known color: Medium Blue. HEX triplet: 05, 1D and D3. RGB value is (5,29,211). Sum of RGB (Red+Green+Blue) = 5+29+211=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 211 (82.81% from 255 or 86.12% from 245); Max value from RGB is 211 - color contains mainly: blue. Hex color #051DD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DD3 is #FAE22C. Grayscale: #292929. Windows color (decimal): -16441901 or 13835525. OLE color: 13835525.
HSL color Cylindrical-coordinate representation of color #051DD3: hue angle of 233.01º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DD3 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 29 | 211 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.17 |
| HSL | 233.01º | 0.95% | 0.42% | - |
| HSV(B) | 233.01º | 0.98% | 0.83% | - |
| XYZ | 12.26 | 5.61 | 62.07 | - |
| YUV | 42.57 | 223.05 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 211 | 0.98 | 0.86 | 0 | 0.17 | 233.01 | 0.95 | 0.42 |
| Hex | 5 | 1D | D3 | 62 | 56 | 0 | 11 | E9 | 5F | 2A |
| Octal | 5 | 35 | 323 | 142 | 126 | 0 | 21 | 351 | 137 | 52 |
| Binary | 101 | 11101 | 11010011 | 1100010 | 1010110 | 0 | 10001 | 11101001 | 1011111 | 101010 |
Color Harmonies of #051DD3
Complementary color
Monochromatic Colors of #051DD3
Black with #051DD3
Text Example
Text Example
White with #051DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DD3; }
p { color: rgb(5,29,211); }
H1.HeaderClassName
{
color: #051DD3;
}
.AnyTagClassName
{
color: #051DD3;
}
</style>
background-color css
<style>
a { background-color: #051DD3; }
a { background-color: rgb(5,29,211); }
div.DivClassName
{
background-color: #051DD3;
}
.BgClassName
{
background-color: #051DD3;
}
</style>
border-color css
<style>
span { border-color: #051DD3; }
span { border-color: rgb(5,29,211); }
td.TdClassName
{
border-color: #051DD3;
}
.TagClassName
{
border-color: #051DD3;
}
</style>