Shades of Medium Blue #051FC8
Tints of Medium Blue #051FC8
RGB
CMYK
RGB Variations
Color information
#051FC8 (or 0x051FC8) is known color: Medium Blue. HEX triplet: 05, 1F and C8. RGB value is (5,31,200). Sum of RGB (Red+Green+Blue) = 5+31+200=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 200 (78.52% from 255 or 84.75% from 236); Max value from RGB is 200 - color contains mainly: blue. Hex color #051FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FC8 is #FAE037. Grayscale: #292929. Windows color (decimal): -16441400 or 13115141. OLE color: 13115141.
HSL color Cylindrical-coordinate representation of color #051FC8: hue angle of 232º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FC8 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 31 | 200 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.22 |
| HSL | 232º | 0.95% | 0.4% | - |
| HSV(B) | 232º | 0.98% | 0.78% | - |
| XYZ | 10.98 | 5.18 | 55.07 | - |
| YUV | 42.49 | 216.89 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 200 | 0.98 | 0.84 | 0 | 0.22 | 232 | 0.95 | 0.4 |
| Hex | 5 | 1F | C8 | 62 | 54 | 0 | 16 | E8 | 5F | 28 |
| Octal | 5 | 37 | 310 | 142 | 124 | 0 | 26 | 350 | 137 | 50 |
| Binary | 101 | 11111 | 11001000 | 1100010 | 1010100 | 0 | 10110 | 11101000 | 1011111 | 101000 |
Color Harmonies of #051FC8
Complementary color
Monochromatic Colors of #051FC8
Black with #051FC8
Text Example
Text Example
White with #051FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FC8; }
p { color: rgb(5,31,200); }
H1.HeaderClassName
{
color: #051FC8;
}
.AnyTagClassName
{
color: #051FC8;
}
</style>
background-color css
<style>
a { background-color: #051FC8; }
a { background-color: rgb(5,31,200); }
div.DivClassName
{
background-color: #051FC8;
}
.BgClassName
{
background-color: #051FC8;
}
</style>
border-color css
<style>
span { border-color: #051FC8; }
span { border-color: rgb(5,31,200); }
td.TdClassName
{
border-color: #051FC8;
}
.TagClassName
{
border-color: #051FC8;
}
</style>