Shades of Medium Blue #050ADD
Tints of Medium Blue #050ADD
RGB
CMYK
RGB Variations
Color information
#050ADD (or 0x050ADD) is known color: Medium Blue. HEX triplet: 05, 0A and DD. RGB value is (5,10,221). Sum of RGB (Red+Green+Blue) = 5+10+221=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #050ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ADD is #FAF522. Grayscale: #1F1F1F. Windows color (decimal): -16446755 or 14486021. OLE color: 14486021.
HSL color Cylindrical-coordinate representation of color #050ADD: hue angle of 238.61º 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 #050ADD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 10 | 221 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.13 |
| HSL | 238.61º | 0.96% | 0.44% | - |
| HSV(B) | 238.61º | 0.98% | 0.87% | - |
| XYZ | 13.22 | 5.47 | 68.77 | - |
| YUV | 32.56 | 234.34 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 221 | 0.98 | 0.95 | 0 | 0.13 | 238.61 | 0.96 | 0.44 |
| Hex | 5 | A | DD | 62 | 5F | 0 | D | EF | 60 | 2C |
| Octal | 5 | 12 | 335 | 142 | 137 | 0 | 15 | 357 | 140 | 54 |
| Binary | 101 | 1010 | 11011101 | 1100010 | 1011111 | 0 | 1101 | 11101111 | 1100000 | 101100 |
Color Harmonies of #050ADD
Complementary color
Monochromatic Colors of #050ADD
Black with #050ADD
Text Example
Text Example
White with #050ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ADD; }
p { color: rgb(5,10,221); }
H1.HeaderClassName
{
color: #050ADD;
}
.AnyTagClassName
{
color: #050ADD;
}
</style>
background-color css
<style>
a { background-color: #050ADD; }
a { background-color: rgb(5,10,221); }
div.DivClassName
{
background-color: #050ADD;
}
.BgClassName
{
background-color: #050ADD;
}
</style>
border-color css
<style>
span { border-color: #050ADD; }
span { border-color: rgb(5,10,221); }
td.TdClassName
{
border-color: #050ADD;
}
.TagClassName
{
border-color: #050ADD;
}
</style>