Shades of Medium Blue #051FD3
Tints of Medium Blue #051FD3
RGB
CMYK
RGB Variations
Color information
#051FD3 (or 0x051FD3) is known color: Medium Blue. HEX triplet: 05, 1F and D3. RGB value is (5,31,211). Sum of RGB (Red+Green+Blue) = 5+31+211=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 211 (82.81% from 255 or 85.43% from 247); Max value from RGB is 211 - color contains mainly: blue. Hex color #051FD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FD3 is #FAE02C. Grayscale: #2B2B2B. Windows color (decimal): -16441389 or 13836037. OLE color: 13836037.
HSL color Cylindrical-coordinate representation of color #051FD3: hue angle of 232.43º 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 #051FD3 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 31 | 211 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.17 |
| HSL | 232.43º | 0.95% | 0.42% | - |
| HSV(B) | 232.43º | 0.98% | 0.83% | - |
| XYZ | 12.31 | 5.72 | 62.08 | - |
| YUV | 43.75 | 222.39 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 211 | 0.98 | 0.85 | 0 | 0.17 | 232.43 | 0.95 | 0.42 |
| Hex | 5 | 1F | D3 | 62 | 55 | 0 | 11 | E8 | 5F | 2A |
| Octal | 5 | 37 | 323 | 142 | 125 | 0 | 21 | 350 | 137 | 52 |
| Binary | 101 | 11111 | 11010011 | 1100010 | 1010101 | 0 | 10001 | 11101000 | 1011111 | 101010 |
Color Harmonies of #051FD3
Complementary color
Monochromatic Colors of #051FD3
Black with #051FD3
Text Example
Text Example
White with #051FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FD3; }
p { color: rgb(5,31,211); }
H1.HeaderClassName
{
color: #051FD3;
}
.AnyTagClassName
{
color: #051FD3;
}
</style>
background-color css
<style>
a { background-color: #051FD3; }
a { background-color: rgb(5,31,211); }
div.DivClassName
{
background-color: #051FD3;
}
.BgClassName
{
background-color: #051FD3;
}
</style>
border-color css
<style>
span { border-color: #051FD3; }
span { border-color: rgb(5,31,211); }
td.TdClassName
{
border-color: #051FD3;
}
.TagClassName
{
border-color: #051FD3;
}
</style>