Shades of Medium Blue #2C02CD
Tints of Medium Blue #2C02CD
RGB
CMYK
RGB Variations
Color information
#2C02CD (or 0x2C02CD) is known color: Medium Blue. HEX triplet: 2C, 02 and CD. RGB value is (44,2,205). Sum of RGB (Red+Green+Blue) = 44+2+205=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C02CD is #D3FD32. Grayscale: #242424. Windows color (decimal): -13892915 or 13435436. OLE color: 13435436.
HSL color Cylindrical-coordinate representation of color #2C02CD: hue angle of 252.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02CD is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 2 | 205 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.20 |
| HSL | 252.41º | 0.98% | 0.41% | - |
| HSV(B) | 252.41º | 0.99% | 0.8% | - |
| XYZ | 12.08 | 4.99 | 58.08 | - |
| YUV | 37.7 | 222.41 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 205 | 0.79 | 0.99 | 0 | 0.20 | 252.41 | 0.98 | 0.41 |
| Hex | 2C | 2 | CD | 4F | 63 | 0 | 14 | FC | 62 | 29 |
| Octal | 54 | 2 | 315 | 117 | 143 | 0 | 24 | 374 | 142 | 51 |
| Binary | 101100 | 10 | 11001101 | 1001111 | 1100011 | 0 | 10100 | 11111100 | 1100010 | 101001 |
Color Harmonies of #2C02CD
Complementary color
Monochromatic Colors of #2C02CD
Black with #2C02CD
Text Example
Text Example
White with #2C02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C02CD; }
p { color: rgb(44,2,205); }
H1.HeaderClassName
{
color: #2C02CD;
}
.AnyTagClassName
{
color: #2C02CD;
}
</style>
background-color css
<style>
a { background-color: #2C02CD; }
a { background-color: rgb(44,2,205); }
div.DivClassName
{
background-color: #2C02CD;
}
.BgClassName
{
background-color: #2C02CD;
}
</style>
border-color css
<style>
span { border-color: #2C02CD; }
span { border-color: rgb(44,2,205); }
td.TdClassName
{
border-color: #2C02CD;
}
.TagClassName
{
border-color: #2C02CD;
}
</style>