Shades of Medium Blue #2C0DDA
Tints of Medium Blue #2C0DDA
RGB
CMYK
RGB Variations
Color information
#2C0DDA (or 0x2C0DDA) is known color: Medium Blue. HEX triplet: 2C, 0D and DA. RGB value is (44,13,218). Sum of RGB (Red+Green+Blue) = 44+13+218=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C0DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0DDA is #D3F225. Grayscale: #2C2C2C. Windows color (decimal): -13890086 or 14290220. OLE color: 14290220.
HSL color Cylindrical-coordinate representation of color #2C0DDA: hue angle of 249.07º degrees, saturation: 0.89, 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 #2C0DDA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 13 | 218 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.15 |
| HSL | 249.07º | 0.89% | 0.45% | - |
| HSV(B) | 249.07º | 0.94% | 0.85% | - |
| XYZ | 13.84 | 5.89 | 66.74 | - |
| YUV | 45.64 | 225.27 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 218 | 0.80 | 0.94 | 0 | 0.15 | 249.07 | 0.89 | 0.45 |
| Hex | 2C | D | DA | 50 | 5E | 0 | F | F9 | 59 | 2D |
| Octal | 54 | 15 | 332 | 120 | 136 | 0 | 17 | 371 | 131 | 55 |
| Binary | 101100 | 1101 | 11011010 | 1010000 | 1011110 | 0 | 1111 | 11111001 | 1011001 | 101101 |
Color Harmonies of #2C0DDA
Complementary color
Monochromatic Colors of #2C0DDA
Black with #2C0DDA
Text Example
Text Example
White with #2C0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0DDA; }
p { color: rgb(44,13,218); }
H1.HeaderClassName
{
color: #2C0DDA;
}
.AnyTagClassName
{
color: #2C0DDA;
}
</style>
background-color css
<style>
a { background-color: #2C0DDA; }
a { background-color: rgb(44,13,218); }
div.DivClassName
{
background-color: #2C0DDA;
}
.BgClassName
{
background-color: #2C0DDA;
}
</style>
border-color css
<style>
span { border-color: #2C0DDA; }
span { border-color: rgb(44,13,218); }
td.TdClassName
{
border-color: #2C0DDA;
}
.TagClassName
{
border-color: #2C0DDA;
}
</style>