Shades of Medium Blue #2C0ED0
Tints of Medium Blue #2C0ED0
RGB
CMYK
RGB Variations
Color information
#2C0ED0 (or 0x2C0ED0) is known color: Medium Blue. HEX triplet: 2C, 0E and D0. RGB value is (44,14,208). Sum of RGB (Red+Green+Blue) = 44+14+208=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #2C0ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0ED0 is #D3F12F. Grayscale: #2C2C2C. Windows color (decimal): -13889840 or 13635116. OLE color: 13635116.
HSL color Cylindrical-coordinate representation of color #2C0ED0: hue angle of 249.28º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0ED0 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 14 | 208 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.18 |
| HSL | 249.28º | 0.87% | 0.44% | - |
| HSV(B) | 249.28º | 0.93% | 0.82% | - |
| XYZ | 12.58 | 5.4 | 60.05 | - |
| YUV | 45.09 | 219.94 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 208 | 0.79 | 0.93 | 0 | 0.18 | 249.28 | 0.87 | 0.44 |
| Hex | 2C | E | D0 | 4F | 5D | 0 | 12 | F9 | 57 | 2C |
| Octal | 54 | 16 | 320 | 117 | 135 | 0 | 22 | 371 | 127 | 54 |
| Binary | 101100 | 1110 | 11010000 | 1001111 | 1011101 | 0 | 10010 | 11111001 | 1010111 | 101100 |
Color Harmonies of #2C0ED0
Complementary color
Monochromatic Colors of #2C0ED0
Black with #2C0ED0
Text Example
Text Example
White with #2C0ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0ED0; }
p { color: rgb(44,14,208); }
H1.HeaderClassName
{
color: #2C0ED0;
}
.AnyTagClassName
{
color: #2C0ED0;
}
</style>
background-color css
<style>
a { background-color: #2C0ED0; }
a { background-color: rgb(44,14,208); }
div.DivClassName
{
background-color: #2C0ED0;
}
.BgClassName
{
background-color: #2C0ED0;
}
</style>
border-color css
<style>
span { border-color: #2C0ED0; }
span { border-color: rgb(44,14,208); }
td.TdClassName
{
border-color: #2C0ED0;
}
.TagClassName
{
border-color: #2C0ED0;
}
</style>