Shades of Medium Blue #2C0FCA
Tints of Medium Blue #2C0FCA
RGB
CMYK
RGB Variations
Color information
#2C0FCA (or 0x2C0FCA) is known color: Medium Blue. HEX triplet: 2C, 0F and CA. RGB value is (44,15,202). Sum of RGB (Red+Green+Blue) = 44+15+202=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C0FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0FCA is #D3F035. Grayscale: #2C2C2C. Windows color (decimal): -13889590 or 13242156. OLE color: 13242156.
HSL color Cylindrical-coordinate representation of color #2C0FCA: hue angle of 249.3º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0FCA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 15 | 202 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.21 |
| HSL | 249.3º | 0.86% | 0.43% | - |
| HSV(B) | 249.3º | 0.93% | 0.79% | - |
| XYZ | 11.87 | 5.14 | 56.24 | - |
| YUV | 44.99 | 216.61 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 202 | 0.78 | 0.93 | 0 | 0.21 | 249.3 | 0.86 | 0.43 |
| Hex | 2C | F | CA | 4E | 5D | 0 | 15 | F9 | 56 | 2B |
| Octal | 54 | 17 | 312 | 116 | 135 | 0 | 25 | 371 | 126 | 53 |
| Binary | 101100 | 1111 | 11001010 | 1001110 | 1011101 | 0 | 10101 | 11111001 | 1010110 | 101011 |
Color Harmonies of #2C0FCA
Complementary color
Monochromatic Colors of #2C0FCA
Black with #2C0FCA
Text Example
Text Example
White with #2C0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0FCA; }
p { color: rgb(44,15,202); }
H1.HeaderClassName
{
color: #2C0FCA;
}
.AnyTagClassName
{
color: #2C0FCA;
}
</style>
background-color css
<style>
a { background-color: #2C0FCA; }
a { background-color: rgb(44,15,202); }
div.DivClassName
{
background-color: #2C0FCA;
}
.BgClassName
{
background-color: #2C0FCA;
}
</style>
border-color css
<style>
span { border-color: #2C0FCA; }
span { border-color: rgb(44,15,202); }
td.TdClassName
{
border-color: #2C0FCA;
}
.TagClassName
{
border-color: #2C0FCA;
}
</style>