Shades of Medium Blue #050FDE
Tints of Medium Blue #050FDE
RGB
CMYK
RGB Variations
Color information
#050FDE (or 0x050FDE) is known color: Medium Blue. HEX triplet: 05, 0F and DE. RGB value is (5,15,222). Sum of RGB (Red+Green+Blue) = 5+15+222=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 222 (87.11% from 255 or 91.74% from 242); Max value from RGB is 222 - color contains mainly: blue. Hex color #050FDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FDE is #FAF021. Grayscale: #222222. Windows color (decimal): -16445474 or 14552837. OLE color: 14552837.
HSL color Cylindrical-coordinate representation of color #050FDE: hue angle of 237.24º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FDE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 15 | 222 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.13 |
| HSL | 237.24º | 0.96% | 0.45% | - |
| HSV(B) | 237.24º | 0.98% | 0.87% | - |
| XYZ | 13.42 | 5.65 | 69.49 | - |
| YUV | 35.61 | 233.19 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 222 | 0.98 | 0.93 | 0 | 0.13 | 237.24 | 0.96 | 0.45 |
| Hex | 5 | F | DE | 62 | 5D | 0 | D | ED | 60 | 2D |
| Octal | 5 | 17 | 336 | 142 | 135 | 0 | 15 | 355 | 140 | 55 |
| Binary | 101 | 1111 | 11011110 | 1100010 | 1011101 | 0 | 1101 | 11101101 | 1100000 | 101101 |
Color Harmonies of #050FDE
Complementary color
Monochromatic Colors of #050FDE
Black with #050FDE
Text Example
Text Example
White with #050FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FDE; }
p { color: rgb(5,15,222); }
H1.HeaderClassName
{
color: #050FDE;
}
.AnyTagClassName
{
color: #050FDE;
}
</style>
background-color css
<style>
a { background-color: #050FDE; }
a { background-color: rgb(5,15,222); }
div.DivClassName
{
background-color: #050FDE;
}
.BgClassName
{
background-color: #050FDE;
}
</style>
border-color css
<style>
span { border-color: #050FDE; }
span { border-color: rgb(5,15,222); }
td.TdClassName
{
border-color: #050FDE;
}
.TagClassName
{
border-color: #050FDE;
}
</style>