Shades of Medium Blue #050ADC
Tints of Medium Blue #050ADC
RGB
CMYK
RGB Variations
Color information
#050ADC (or 0x050ADC) is known color: Medium Blue. HEX triplet: 05, 0A and DC. RGB value is (5,10,220). Sum of RGB (Red+Green+Blue) = 5+10+220=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #050ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ADC is #FAF523. Grayscale: #1F1F1F. Windows color (decimal): -16446756 or 14420485. OLE color: 14420485.
HSL color Cylindrical-coordinate representation of color #050ADC: hue angle of 238.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ADC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 10 | 220 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.14 |
| HSL | 238.6º | 0.96% | 0.44% | - |
| HSV(B) | 238.6º | 0.98% | 0.86% | - |
| XYZ | 13.09 | 5.42 | 68.07 | - |
| YUV | 32.45 | 233.84 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 220 | 0.98 | 0.95 | 0 | 0.14 | 238.6 | 0.96 | 0.44 |
| Hex | 5 | A | DC | 62 | 5F | 0 | E | EF | 60 | 2C |
| Octal | 5 | 12 | 334 | 142 | 137 | 0 | 16 | 357 | 140 | 54 |
| Binary | 101 | 1010 | 11011100 | 1100010 | 1011111 | 0 | 1110 | 11101111 | 1100000 | 101100 |
Color Harmonies of #050ADC
Complementary color
Monochromatic Colors of #050ADC
Black with #050ADC
Text Example
Text Example
White with #050ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ADC; }
p { color: rgb(5,10,220); }
H1.HeaderClassName
{
color: #050ADC;
}
.AnyTagClassName
{
color: #050ADC;
}
</style>
background-color css
<style>
a { background-color: #050ADC; }
a { background-color: rgb(5,10,220); }
div.DivClassName
{
background-color: #050ADC;
}
.BgClassName
{
background-color: #050ADC;
}
</style>
border-color css
<style>
span { border-color: #050ADC; }
span { border-color: rgb(5,10,220); }
td.TdClassName
{
border-color: #050ADC;
}
.TagClassName
{
border-color: #050ADC;
}
</style>