Shades of Medium Blue #050FE3
Tints of Medium Blue #050FE3
RGB
CMYK
RGB Variations
Color information
#050FE3 (or 0x050FE3) is known color: Medium Blue. HEX triplet: 05, 0F and E3. RGB value is (5,15,227). Sum of RGB (Red+Green+Blue) = 5+15+227=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 227 (89.06% from 255 or 91.90% from 247); Max value from RGB is 227 - color contains mainly: blue. Hex color #050FE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FE3 is #FAF01C. Grayscale: #232323. Windows color (decimal): -16445469 or 14880517. OLE color: 14880517.
HSL color Cylindrical-coordinate representation of color #050FE3: hue angle of 237.3º 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 #050FE3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 15 | 227 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.11 |
| HSL | 237.3º | 0.96% | 0.45% | - |
| HSV(B) | 237.3º | 0.98% | 0.89% | - |
| XYZ | 14.1 | 5.92 | 73.07 | - |
| YUV | 36.18 | 235.69 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 227 | 0.98 | 0.93 | 0 | 0.11 | 237.3 | 0.96 | 0.45 |
| Hex | 5 | F | E3 | 62 | 5D | 0 | B | ED | 60 | 2D |
| Octal | 5 | 17 | 343 | 142 | 135 | 0 | 13 | 355 | 140 | 55 |
| Binary | 101 | 1111 | 11100011 | 1100010 | 1011101 | 0 | 1011 | 11101101 | 1100000 | 101101 |
Color Harmonies of #050FE3
Complementary color
Monochromatic Colors of #050FE3
Black with #050FE3
Text Example
Text Example
White with #050FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FE3; }
p { color: rgb(5,15,227); }
H1.HeaderClassName
{
color: #050FE3;
}
.AnyTagClassName
{
color: #050FE3;
}
</style>
background-color css
<style>
a { background-color: #050FE3; }
a { background-color: rgb(5,15,227); }
div.DivClassName
{
background-color: #050FE3;
}
.BgClassName
{
background-color: #050FE3;
}
</style>
border-color css
<style>
span { border-color: #050FE3; }
span { border-color: rgb(5,15,227); }
td.TdClassName
{
border-color: #050FE3;
}
.TagClassName
{
border-color: #050FE3;
}
</style>