Shades of Medium Blue #050DDF
Tints of Medium Blue #050DDF
RGB
CMYK
RGB Variations
Color information
#050DDF (or 0x050DDF) is known color: Medium Blue. HEX triplet: 05, 0D and DF. RGB value is (5,13,223). Sum of RGB (Red+Green+Blue) = 5+13+223=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #050DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DDF is #FAF220. Grayscale: #212121. Windows color (decimal): -16445985 or 14617861. OLE color: 14617861.
HSL color Cylindrical-coordinate representation of color #050DDF: hue angle of 237.8º 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 #050DDF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 13 | 223 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.8º | 0.96% | 0.45% | - |
| HSV(B) | 237.8º | 0.98% | 0.87% | - |
| XYZ | 13.53 | 5.65 | 70.19 | - |
| YUV | 34.55 | 234.35 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 223 | 0.98 | 0.94 | 0 | 0.13 | 237.8 | 0.96 | 0.45 |
| Hex | 5 | D | DF | 62 | 5E | 0 | D | EE | 60 | 2D |
| Octal | 5 | 15 | 337 | 142 | 136 | 0 | 15 | 356 | 140 | 55 |
| Binary | 101 | 1101 | 11011111 | 1100010 | 1011110 | 0 | 1101 | 11101110 | 1100000 | 101101 |
Color Harmonies of #050DDF
Complementary color
Monochromatic Colors of #050DDF
Black with #050DDF
Text Example
Text Example
White with #050DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050DDF; }
p { color: rgb(5,13,223); }
H1.HeaderClassName
{
color: #050DDF;
}
.AnyTagClassName
{
color: #050DDF;
}
</style>
background-color css
<style>
a { background-color: #050DDF; }
a { background-color: rgb(5,13,223); }
div.DivClassName
{
background-color: #050DDF;
}
.BgClassName
{
background-color: #050DDF;
}
</style>
border-color css
<style>
span { border-color: #050DDF; }
span { border-color: rgb(5,13,223); }
td.TdClassName
{
border-color: #050DDF;
}
.TagClassName
{
border-color: #050DDF;
}
</style>