Shades of Medium Blue #050FDD
Tints of Medium Blue #050FDD
RGB
CMYK
RGB Variations
Color information
#050FDD (or 0x050FDD) is known color: Medium Blue. HEX triplet: 05, 0F and DD. RGB value is (5,15,221). Sum of RGB (Red+Green+Blue) = 5+15+221=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #050FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FDD is #FAF022. Grayscale: #222222. Windows color (decimal): -16445475 or 14487301. OLE color: 14487301.
HSL color Cylindrical-coordinate representation of color #050FDD: hue angle of 237.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FDD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 15 | 221 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.13 |
| HSL | 237.22º | 0.96% | 0.44% | - |
| HSV(B) | 237.22º | 0.98% | 0.87% | - |
| XYZ | 13.28 | 5.59 | 68.79 | - |
| YUV | 35.49 | 232.69 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 221 | 0.98 | 0.93 | 0 | 0.13 | 237.22 | 0.96 | 0.44 |
| Hex | 5 | F | DD | 62 | 5D | 0 | D | ED | 60 | 2C |
| Octal | 5 | 17 | 335 | 142 | 135 | 0 | 15 | 355 | 140 | 54 |
| Binary | 101 | 1111 | 11011101 | 1100010 | 1011101 | 0 | 1101 | 11101101 | 1100000 | 101100 |
Color Harmonies of #050FDD
Complementary color
Monochromatic Colors of #050FDD
Black with #050FDD
Text Example
Text Example
White with #050FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FDD; }
p { color: rgb(5,15,221); }
H1.HeaderClassName
{
color: #050FDD;
}
.AnyTagClassName
{
color: #050FDD;
}
</style>
background-color css
<style>
a { background-color: #050FDD; }
a { background-color: rgb(5,15,221); }
div.DivClassName
{
background-color: #050FDD;
}
.BgClassName
{
background-color: #050FDD;
}
</style>
border-color css
<style>
span { border-color: #050FDD; }
span { border-color: rgb(5,15,221); }
td.TdClassName
{
border-color: #050FDD;
}
.TagClassName
{
border-color: #050FDD;
}
</style>