Shades of Medium Blue #051FD0
Tints of Medium Blue #051FD0
RGB
CMYK
RGB Variations
Color information
#051FD0 (or 0x051FD0) is known color: Medium Blue. HEX triplet: 05, 1F and D0. RGB value is (5,31,208). Sum of RGB (Red+Green+Blue) = 5+31+208=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 208 (81.64% from 255 or 85.25% from 244); Max value from RGB is 208 - color contains mainly: blue. Hex color #051FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FD0 is #FAE02F. Grayscale: #2A2A2A. Windows color (decimal): -16441392 or 13639429. OLE color: 13639429.
HSL color Cylindrical-coordinate representation of color #051FD0: hue angle of 232.32º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FD0 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 31 | 208 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.18 |
| HSL | 232.32º | 0.95% | 0.42% | - |
| HSV(B) | 232.32º | 0.98% | 0.82% | - |
| XYZ | 11.94 | 5.57 | 60.12 | - |
| YUV | 43.4 | 220.89 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 208 | 0.98 | 0.85 | 0 | 0.18 | 232.32 | 0.95 | 0.42 |
| Hex | 5 | 1F | D0 | 62 | 55 | 0 | 12 | E8 | 5F | 2A |
| Octal | 5 | 37 | 320 | 142 | 125 | 0 | 22 | 350 | 137 | 52 |
| Binary | 101 | 11111 | 11010000 | 1100010 | 1010101 | 0 | 10010 | 11101000 | 1011111 | 101010 |
Color Harmonies of #051FD0
Complementary color
Monochromatic Colors of #051FD0
Black with #051FD0
Text Example
Text Example
White with #051FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FD0; }
p { color: rgb(5,31,208); }
H1.HeaderClassName
{
color: #051FD0;
}
.AnyTagClassName
{
color: #051FD0;
}
</style>
background-color css
<style>
a { background-color: #051FD0; }
a { background-color: rgb(5,31,208); }
div.DivClassName
{
background-color: #051FD0;
}
.BgClassName
{
background-color: #051FD0;
}
</style>
border-color css
<style>
span { border-color: #051FD0; }
span { border-color: rgb(5,31,208); }
td.TdClassName
{
border-color: #051FD0;
}
.TagClassName
{
border-color: #051FD0;
}
</style>