Shades of Medium Blue #050ACB
Tints of Medium Blue #050ACB
RGB
CMYK
RGB Variations
Color information
#050ACB (or 0x050ACB) is known color: Medium Blue. HEX triplet: 05, 0A and CB. RGB value is (5,10,203). Sum of RGB (Red+Green+Blue) = 5+10+203=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #050ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ACB is #FAF534. Grayscale: #1D1D1D. Windows color (decimal): -16446773 or 13306373. OLE color: 13306373.
HSL color Cylindrical-coordinate representation of color #050ACB: hue angle of 238.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ACB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 10 | 203 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.20 |
| HSL | 238.48º | 0.95% | 0.41% | - |
| HSV(B) | 238.48º | 0.98% | 0.8% | - |
| XYZ | 10.95 | 4.56 | 56.8 | - |
| YUV | 30.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 203 | 0.98 | 0.95 | 0 | 0.20 | 238.48 | 0.95 | 0.41 |
| Hex | 5 | A | CB | 62 | 5F | 0 | 14 | EE | 5F | 29 |
| Octal | 5 | 12 | 313 | 142 | 137 | 0 | 24 | 356 | 137 | 51 |
| Binary | 101 | 1010 | 11001011 | 1100010 | 1011111 | 0 | 10100 | 11101110 | 1011111 | 101001 |
Color Harmonies of #050ACB
Complementary color
Monochromatic Colors of #050ACB
Black with #050ACB
Text Example
Text Example
White with #050ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ACB; }
p { color: rgb(5,10,203); }
H1.HeaderClassName
{
color: #050ACB;
}
.AnyTagClassName
{
color: #050ACB;
}
</style>
background-color css
<style>
a { background-color: #050ACB; }
a { background-color: rgb(5,10,203); }
div.DivClassName
{
background-color: #050ACB;
}
.BgClassName
{
background-color: #050ACB;
}
</style>
border-color css
<style>
span { border-color: #050ACB; }
span { border-color: rgb(5,10,203); }
td.TdClassName
{
border-color: #050ACB;
}
.TagClassName
{
border-color: #050ACB;
}
</style>