Shades of Medium Blue #051FDC
Tints of Medium Blue #051FDC
RGB
CMYK
RGB Variations
Color information
#051FDC (or 0x051FDC) is known color: Medium Blue. HEX triplet: 05, 1F and DC. RGB value is (5,31,220). Sum of RGB (Red+Green+Blue) = 5+31+220=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #051FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FDC is #FAE023. Grayscale: #2B2B2B. Windows color (decimal): -16441380 or 14425861. OLE color: 14425861.
HSL color Cylindrical-coordinate representation of color #051FDC: hue angle of 232.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FDC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 31 | 220 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.14 |
| HSL | 232.74º | 0.96% | 0.44% | - |
| HSV(B) | 232.74º | 0.98% | 0.86% | - |
| XYZ | 13.47 | 6.18 | 68.19 | - |
| YUV | 44.77 | 226.89 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 220 | 0.98 | 0.86 | 0 | 0.14 | 232.74 | 0.96 | 0.44 |
| Hex | 5 | 1F | DC | 62 | 56 | 0 | E | E9 | 60 | 2C |
| Octal | 5 | 37 | 334 | 142 | 126 | 0 | 16 | 351 | 140 | 54 |
| Binary | 101 | 11111 | 11011100 | 1100010 | 1010110 | 0 | 1110 | 11101001 | 1100000 | 101100 |
Color Harmonies of #051FDC
Complementary color
Monochromatic Colors of #051FDC
Black with #051FDC
Text Example
Text Example
White with #051FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FDC; }
p { color: rgb(5,31,220); }
H1.HeaderClassName
{
color: #051FDC;
}
.AnyTagClassName
{
color: #051FDC;
}
</style>
background-color css
<style>
a { background-color: #051FDC; }
a { background-color: rgb(5,31,220); }
div.DivClassName
{
background-color: #051FDC;
}
.BgClassName
{
background-color: #051FDC;
}
</style>
border-color css
<style>
span { border-color: #051FDC; }
span { border-color: rgb(5,31,220); }
td.TdClassName
{
border-color: #051FDC;
}
.TagClassName
{
border-color: #051FDC;
}
</style>