Shades of Medium Blue #2A0AC0
Tints of Medium Blue #2A0AC0
RGB
CMYK
RGB Variations
Color information
#2A0AC0 (or 0x2A0AC0) is known color: Medium Blue. HEX triplet: 2A, 0A and C0. RGB value is (42,10,192). Sum of RGB (Red+Green+Blue) = 42+10+192=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A0AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0AC0 is #D5F53F. Grayscale: #272727. Windows color (decimal): -14021952 or 12585514. OLE color: 12585514.
HSL color Cylindrical-coordinate representation of color #2A0AC0: hue angle of 250.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0AC0 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 10 | 192 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.25 |
| HSL | 250.55º | 0.9% | 0.4% | - |
| HSV(B) | 250.55º | 0.95% | 0.75% | - |
| XYZ | 10.58 | 4.52 | 50.18 | - |
| YUV | 40.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 192 | 0.78 | 0.95 | 0 | 0.25 | 250.55 | 0.9 | 0.4 |
| Hex | 2A | A | C0 | 4E | 5F | 0 | 19 | FB | 5A | 28 |
| Octal | 52 | 12 | 300 | 116 | 137 | 0 | 31 | 373 | 132 | 50 |
| Binary | 101010 | 1010 | 11000000 | 1001110 | 1011111 | 0 | 11001 | 11111011 | 1011010 | 101000 |
Color Harmonies of #2A0AC0
Complementary color
Monochromatic Colors of #2A0AC0
Black with #2A0AC0
Text Example
Text Example
White with #2A0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0AC0; }
p { color: rgb(42,10,192); }
H1.HeaderClassName
{
color: #2A0AC0;
}
.AnyTagClassName
{
color: #2A0AC0;
}
</style>
background-color css
<style>
a { background-color: #2A0AC0; }
a { background-color: rgb(42,10,192); }
div.DivClassName
{
background-color: #2A0AC0;
}
.BgClassName
{
background-color: #2A0AC0;
}
</style>
border-color css
<style>
span { border-color: #2A0AC0; }
span { border-color: rgb(42,10,192); }
td.TdClassName
{
border-color: #2A0AC0;
}
.TagClassName
{
border-color: #2A0AC0;
}
</style>