Shades of Medium Blue #2C0ADC
Tints of Medium Blue #2C0ADC
RGB
CMYK
RGB Variations
Color information
#2C0ADC (or 0x2C0ADC) is known color: Medium Blue. HEX triplet: 2C, 0A and DC. RGB value is (44,10,220). Sum of RGB (Red+Green+Blue) = 44+10+220=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C0ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0ADC is #D3F523. Grayscale: #2B2B2B. Windows color (decimal): -13890852 or 14420524. OLE color: 14420524.
HSL color Cylindrical-coordinate representation of color #2C0ADC: hue angle of 249.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0ADC is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 10 | 220 | - |
| CMYK | 0.8 | 0.95 | 0 | 0.14 |
| HSL | 249.71º | 0.91% | 0.45% | - |
| HSV(B) | 249.71º | 0.95% | 0.86% | - |
| XYZ | 14.07 | 5.92 | 68.11 | - |
| YUV | 44.11 | 227.26 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 220 | 0.8 | 0.95 | 0 | 0.14 | 249.71 | 0.91 | 0.45 |
| Hex | 2C | A | DC | 50 | 5F | 0 | E | FA | 5B | 2D |
| Octal | 54 | 12 | 334 | 120 | 137 | 0 | 16 | 372 | 133 | 55 |
| Binary | 101100 | 1010 | 11011100 | 1010000 | 1011111 | 0 | 1110 | 11111010 | 1011011 | 101101 |
Color Harmonies of #2C0ADC
Complementary color
Monochromatic Colors of #2C0ADC
Black with #2C0ADC
Text Example
Text Example
White with #2C0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0ADC; }
p { color: rgb(44,10,220); }
H1.HeaderClassName
{
color: #2C0ADC;
}
.AnyTagClassName
{
color: #2C0ADC;
}
</style>
background-color css
<style>
a { background-color: #2C0ADC; }
a { background-color: rgb(44,10,220); }
div.DivClassName
{
background-color: #2C0ADC;
}
.BgClassName
{
background-color: #2C0ADC;
}
</style>
border-color css
<style>
span { border-color: #2C0ADC; }
span { border-color: rgb(44,10,220); }
td.TdClassName
{
border-color: #2C0ADC;
}
.TagClassName
{
border-color: #2C0ADC;
}
</style>