Shades of Medium Blue #2C0DCC
Tints of Medium Blue #2C0DCC
RGB
CMYK
RGB Variations
Color information
#2C0DCC (or 0x2C0DCC) is known color: Medium Blue. HEX triplet: 2C, 0D and CC. RGB value is (44,13,204). Sum of RGB (Red+Green+Blue) = 44+13+204=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0DCC is #D3F233. Grayscale: #2B2B2B. Windows color (decimal): -13890100 or 13372716. OLE color: 13372716.
HSL color Cylindrical-coordinate representation of color #2C0DCC: hue angle of 249.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0DCC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 13 | 204 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.2 |
| HSL | 249.74º | 0.88% | 0.43% | - |
| HSV(B) | 249.74º | 0.94% | 0.8% | - |
| XYZ | 12.08 | 5.18 | 57.49 | - |
| YUV | 44.04 | 218.27 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 204 | 0.78 | 0.94 | 0 | 0.2 | 249.74 | 0.88 | 0.43 |
| Hex | 2C | D | CC | 4E | 5E | 0 | 14 | FA | 58 | 2B |
| Octal | 54 | 15 | 314 | 116 | 136 | 0 | 24 | 372 | 130 | 53 |
| Binary | 101100 | 1101 | 11001100 | 1001110 | 1011110 | 0 | 10100 | 11111010 | 1011000 | 101011 |
Color Harmonies of #2C0DCC
Complementary color
Monochromatic Colors of #2C0DCC
Black with #2C0DCC
Text Example
Text Example
White with #2C0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0DCC; }
p { color: rgb(44,13,204); }
H1.HeaderClassName
{
color: #2C0DCC;
}
.AnyTagClassName
{
color: #2C0DCC;
}
</style>
background-color css
<style>
a { background-color: #2C0DCC; }
a { background-color: rgb(44,13,204); }
div.DivClassName
{
background-color: #2C0DCC;
}
.BgClassName
{
background-color: #2C0DCC;
}
</style>
border-color css
<style>
span { border-color: #2C0DCC; }
span { border-color: rgb(44,13,204); }
td.TdClassName
{
border-color: #2C0DCC;
}
.TagClassName
{
border-color: #2C0DCC;
}
</style>