Shades of Medium Blue #2A0CCA
Tints of Medium Blue #2A0CCA
RGB
CMYK
RGB Variations
Color information
#2A0CCA (or 0x2A0CCA) is known color: Medium Blue. HEX triplet: 2A, 0C and CA. RGB value is (42,12,202). Sum of RGB (Red+Green+Blue) = 42+12+202=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A0CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CCA is #D5F335. Grayscale: #292929. Windows color (decimal): -14021430 or 13241386. OLE color: 13241386.
HSL color Cylindrical-coordinate representation of color #2A0CCA: hue angle of 249.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0CCA is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 12 | 202 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.21 |
| HSL | 249.47º | 0.89% | 0.42% | - |
| HSV(B) | 249.47º | 0.94% | 0.79% | - |
| XYZ | 11.75 | 5.02 | 56.23 | - |
| YUV | 42.63 | 217.94 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 202 | 0.79 | 0.94 | 0 | 0.21 | 249.47 | 0.89 | 0.42 |
| Hex | 2A | C | CA | 4F | 5E | 0 | 15 | F9 | 59 | 2A |
| Octal | 52 | 14 | 312 | 117 | 136 | 0 | 25 | 371 | 131 | 52 |
| Binary | 101010 | 1100 | 11001010 | 1001111 | 1011110 | 0 | 10101 | 11111001 | 1011001 | 101010 |
Color Harmonies of #2A0CCA
Complementary color
Monochromatic Colors of #2A0CCA
Black with #2A0CCA
Text Example
Text Example
White with #2A0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CCA; }
p { color: rgb(42,12,202); }
H1.HeaderClassName
{
color: #2A0CCA;
}
.AnyTagClassName
{
color: #2A0CCA;
}
</style>
background-color css
<style>
a { background-color: #2A0CCA; }
a { background-color: rgb(42,12,202); }
div.DivClassName
{
background-color: #2A0CCA;
}
.BgClassName
{
background-color: #2A0CCA;
}
</style>
border-color css
<style>
span { border-color: #2A0CCA; }
span { border-color: rgb(42,12,202); }
td.TdClassName
{
border-color: #2A0CCA;
}
.TagClassName
{
border-color: #2A0CCA;
}
</style>