Shades of Medium Blue #050CCC
Tints of Medium Blue #050CCC
RGB
CMYK
RGB Variations
Color information
#050CCC (or 0x050CCC) is known color: Medium Blue. HEX triplet: 05, 0C and CC. RGB value is (5,12,204). Sum of RGB (Red+Green+Blue) = 5+12+204=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #050CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CCC is #FAF333. Grayscale: #1F1F1F. Windows color (decimal): -16446260 or 13372421. OLE color: 13372421.
HSL color Cylindrical-coordinate representation of color #050CCC: hue angle of 237.89º 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 #050CCC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 12 | 204 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.2 |
| HSL | 237.89º | 0.95% | 0.41% | - |
| HSV(B) | 237.89º | 0.98% | 0.8% | - |
| XYZ | 11.09 | 4.65 | 57.44 | - |
| YUV | 31.8 | 225.18 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 204 | 0.98 | 0.94 | 0 | 0.2 | 237.89 | 0.95 | 0.41 |
| Hex | 5 | C | CC | 62 | 5E | 0 | 14 | EE | 5F | 29 |
| Octal | 5 | 14 | 314 | 142 | 136 | 0 | 24 | 356 | 137 | 51 |
| Binary | 101 | 1100 | 11001100 | 1100010 | 1011110 | 0 | 10100 | 11101110 | 1011111 | 101001 |
Color Harmonies of #050CCC
Complementary color
Monochromatic Colors of #050CCC
Black with #050CCC
Text Example
Text Example
White with #050CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CCC; }
p { color: rgb(5,12,204); }
H1.HeaderClassName
{
color: #050CCC;
}
.AnyTagClassName
{
color: #050CCC;
}
</style>
background-color css
<style>
a { background-color: #050CCC; }
a { background-color: rgb(5,12,204); }
div.DivClassName
{
background-color: #050CCC;
}
.BgClassName
{
background-color: #050CCC;
}
</style>
border-color css
<style>
span { border-color: #050CCC; }
span { border-color: rgb(5,12,204); }
td.TdClassName
{
border-color: #050CCC;
}
.TagClassName
{
border-color: #050CCC;
}
</style>