Shades of Medium Blue #051FE3
Tints of Medium Blue #051FE3
RGB
CMYK
RGB Variations
Color information
#051FE3 (or 0x051FE3) is known color: Medium Blue. HEX triplet: 05, 1F and E3. RGB value is (5,31,227). Sum of RGB (Red+Green+Blue) = 5+31+227=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 227 (89.06% from 255 or 86.31% from 263); Max value from RGB is 227 - color contains mainly: blue. Hex color #051FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FE3 is #FAE01C. Grayscale: #2C2C2C. Windows color (decimal): -16441373 or 14884613. OLE color: 14884613.
HSL color Cylindrical-coordinate representation of color #051FE3: hue angle of 232.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FE3 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 31 | 227 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.11 |
| HSL | 232.97º | 0.96% | 0.45% | - |
| HSV(B) | 232.97º | 0.98% | 0.89% | - |
| XYZ | 14.42 | 6.56 | 73.18 | - |
| YUV | 45.57 | 230.39 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 227 | 0.98 | 0.86 | 0 | 0.11 | 232.97 | 0.96 | 0.45 |
| Hex | 5 | 1F | E3 | 62 | 56 | 0 | B | E9 | 60 | 2D |
| Octal | 5 | 37 | 343 | 142 | 126 | 0 | 13 | 351 | 140 | 55 |
| Binary | 101 | 11111 | 11100011 | 1100010 | 1010110 | 0 | 1011 | 11101001 | 1100000 | 101101 |
Color Harmonies of #051FE3
Complementary color
Monochromatic Colors of #051FE3
Black with #051FE3
Text Example
Text Example
White with #051FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FE3; }
p { color: rgb(5,31,227); }
H1.HeaderClassName
{
color: #051FE3;
}
.AnyTagClassName
{
color: #051FE3;
}
</style>
background-color css
<style>
a { background-color: #051FE3; }
a { background-color: rgb(5,31,227); }
div.DivClassName
{
background-color: #051FE3;
}
.BgClassName
{
background-color: #051FE3;
}
</style>
border-color css
<style>
span { border-color: #051FE3; }
span { border-color: rgb(5,31,227); }
td.TdClassName
{
border-color: #051FE3;
}
.TagClassName
{
border-color: #051FE3;
}
</style>