Shades of Medium Blue #050CC0
Tints of Medium Blue #050CC0
RGB
CMYK
RGB Variations
Color information
#050CC0 (or 0x050CC0) is known color: Medium Blue. HEX triplet: 05, 0C and C0. RGB value is (5,12,192). Sum of RGB (Red+Green+Blue) = 5+12+192=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 192 (75.39% from 255 or 91.87% from 209); Max value from RGB is 192 - color contains mainly: blue. Hex color #050CC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CC0 is #FAF33F. Grayscale: #1D1D1D. Windows color (decimal): -16446272 or 12585989. OLE color: 12585989.
HSL color Cylindrical-coordinate representation of color #050CC0: hue angle of 237.75º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CC0 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 12 | 192 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.25 |
| HSL | 237.75º | 0.95% | 0.39% | - |
| HSV(B) | 237.75º | 0.97% | 0.75% | - |
| XYZ | 9.71 | 4.1 | 50.15 | - |
| YUV | 30.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 192 | 0.97 | 0.94 | 0 | 0.25 | 237.75 | 0.95 | 0.39 |
| Hex | 5 | C | C0 | 61 | 5E | 0 | 19 | EE | 5F | 27 |
| Octal | 5 | 14 | 300 | 141 | 136 | 0 | 31 | 356 | 137 | 47 |
| Binary | 101 | 1100 | 11000000 | 1100001 | 1011110 | 0 | 11001 | 11101110 | 1011111 | 100111 |
Color Harmonies of #050CC0
Complementary color
Monochromatic Colors of #050CC0
Black with #050CC0
Text Example
Text Example
White with #050CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CC0; }
p { color: rgb(5,12,192); }
H1.HeaderClassName
{
color: #050CC0;
}
.AnyTagClassName
{
color: #050CC0;
}
</style>
background-color css
<style>
a { background-color: #050CC0; }
a { background-color: rgb(5,12,192); }
div.DivClassName
{
background-color: #050CC0;
}
.BgClassName
{
background-color: #050CC0;
}
</style>
border-color css
<style>
span { border-color: #050CC0; }
span { border-color: rgb(5,12,192); }
td.TdClassName
{
border-color: #050CC0;
}
.TagClassName
{
border-color: #050CC0;
}
</style>