Shades of Medium Blue #2C0BCD
Tints of Medium Blue #2C0BCD
RGB
CMYK
RGB Variations
Color information
#2C0BCD (or 0x2C0BCD) is known color: Medium Blue. HEX triplet: 2C, 0B and CD. RGB value is (44,11,205). Sum of RGB (Red+Green+Blue) = 44+11+205=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C0BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0BCD is #D3F432. Grayscale: #2A2A2A. Windows color (decimal): -13890611 or 13437740. OLE color: 13437740.
HSL color Cylindrical-coordinate representation of color #2C0BCD: hue angle of 250.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0BCD is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 11 | 205 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.20 |
| HSL | 250.21º | 0.9% | 0.42% | - |
| HSV(B) | 250.21º | 0.95% | 0.8% | - |
| XYZ | 12.18 | 5.18 | 58.12 | - |
| YUV | 42.98 | 219.43 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 205 | 0.79 | 0.95 | 0 | 0.20 | 250.21 | 0.9 | 0.42 |
| Hex | 2C | B | CD | 4F | 5F | 0 | 14 | FA | 5A | 2A |
| Octal | 54 | 13 | 315 | 117 | 137 | 0 | 24 | 372 | 132 | 52 |
| Binary | 101100 | 1011 | 11001101 | 1001111 | 1011111 | 0 | 10100 | 11111010 | 1011010 | 101010 |
Color Harmonies of #2C0BCD
Complementary color
Monochromatic Colors of #2C0BCD
Black with #2C0BCD
Text Example
Text Example
White with #2C0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0BCD; }
p { color: rgb(44,11,205); }
H1.HeaderClassName
{
color: #2C0BCD;
}
.AnyTagClassName
{
color: #2C0BCD;
}
</style>
background-color css
<style>
a { background-color: #2C0BCD; }
a { background-color: rgb(44,11,205); }
div.DivClassName
{
background-color: #2C0BCD;
}
.BgClassName
{
background-color: #2C0BCD;
}
</style>
border-color css
<style>
span { border-color: #2C0BCD; }
span { border-color: rgb(44,11,205); }
td.TdClassName
{
border-color: #2C0BCD;
}
.TagClassName
{
border-color: #2C0BCD;
}
</style>