Shades of Medium Blue #2C05BD
Tints of Medium Blue #2C05BD
RGB
CMYK
RGB Variations
Color information
#2C05BD (or 0x2C05BD) is known color: Medium Blue. HEX triplet: 2C, 05 and BD. RGB value is (44,5,189). Sum of RGB (Red+Green+Blue) = 44+5+189=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C05BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C05BD is #D3FA42. Grayscale: #242424. Windows color (decimal): -13892163 or 12387628. OLE color: 12387628.
HSL color Cylindrical-coordinate representation of color #2C05BD: hue angle of 252.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C05BD is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 5 | 189 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.26 |
| HSL | 252.72º | 0.95% | 0.38% | - |
| HSV(B) | 252.72º | 0.97% | 0.74% | - |
| XYZ | 10.28 | 4.32 | 48.44 | - |
| YUV | 37.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 189 | 0.77 | 0.97 | 0 | 0.26 | 252.72 | 0.95 | 0.38 |
| Hex | 2C | 5 | BD | 4D | 61 | 0 | 1A | FD | 5F | 26 |
| Octal | 54 | 5 | 275 | 115 | 141 | 0 | 32 | 375 | 137 | 46 |
| Binary | 101100 | 101 | 10111101 | 1001101 | 1100001 | 0 | 11010 | 11111101 | 1011111 | 100110 |
Color Harmonies of #2C05BD
Complementary color
Monochromatic Colors of #2C05BD
Black with #2C05BD
Text Example
Text Example
White with #2C05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C05BD; }
p { color: rgb(44,5,189); }
H1.HeaderClassName
{
color: #2C05BD;
}
.AnyTagClassName
{
color: #2C05BD;
}
</style>
background-color css
<style>
a { background-color: #2C05BD; }
a { background-color: rgb(44,5,189); }
div.DivClassName
{
background-color: #2C05BD;
}
.BgClassName
{
background-color: #2C05BD;
}
</style>
border-color css
<style>
span { border-color: #2C05BD; }
span { border-color: rgb(44,5,189); }
td.TdClassName
{
border-color: #2C05BD;
}
.TagClassName
{
border-color: #2C05BD;
}
</style>