Shades of Medium Blue #2C0CDA
Tints of Medium Blue #2C0CDA
RGB
CMYK
RGB Variations
Color information
#2C0CDA (or 0x2C0CDA) is known color: Medium Blue. HEX triplet: 2C, 0C and DA. RGB value is (44,12,218). Sum of RGB (Red+Green+Blue) = 44+12+218=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C0CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CDA is #D3F325. Grayscale: #2C2C2C. Windows color (decimal): -13890342 or 14289964. OLE color: 14289964.
HSL color Cylindrical-coordinate representation of color #2C0CDA: hue angle of 249.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0CDA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 12 | 218 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.15 |
| HSL | 249.32º | 0.9% | 0.45% | - |
| HSV(B) | 249.32º | 0.94% | 0.85% | - |
| XYZ | 13.83 | 5.86 | 66.73 | - |
| YUV | 45.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 218 | 0.80 | 0.94 | 0 | 0.15 | 249.32 | 0.9 | 0.45 |
| Hex | 2C | C | DA | 50 | 5E | 0 | F | F9 | 5A | 2D |
| Octal | 54 | 14 | 332 | 120 | 136 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101100 | 1100 | 11011010 | 1010000 | 1011110 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2C0CDA
Complementary color
Monochromatic Colors of #2C0CDA
Black with #2C0CDA
Text Example
Text Example
White with #2C0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0CDA; }
p { color: rgb(44,12,218); }
H1.HeaderClassName
{
color: #2C0CDA;
}
.AnyTagClassName
{
color: #2C0CDA;
}
</style>
background-color css
<style>
a { background-color: #2C0CDA; }
a { background-color: rgb(44,12,218); }
div.DivClassName
{
background-color: #2C0CDA;
}
.BgClassName
{
background-color: #2C0CDA;
}
</style>
border-color css
<style>
span { border-color: #2C0CDA; }
span { border-color: rgb(44,12,218); }
td.TdClassName
{
border-color: #2C0CDA;
}
.TagClassName
{
border-color: #2C0CDA;
}
</style>