Shades of Medium Blue #2A0AC9
Tints of Medium Blue #2A0AC9
RGB
CMYK
RGB Variations
Color information
#2A0AC9 (or 0x2A0AC9) is known color: Medium Blue. HEX triplet: 2A, 0A and C9. RGB value is (42,10,201). Sum of RGB (Red+Green+Blue) = 42+10+201=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 201 (78.91% from 255 or 79.45% from 253); Max value from RGB is 201 - color contains mainly: blue. Hex color #2A0AC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0AC9 is #D5F536. Grayscale: #282828. Windows color (decimal): -14021943 or 13175338. OLE color: 13175338.
HSL color Cylindrical-coordinate representation of color #2A0AC9: hue angle of 250.05º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0AC9 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 10 | 201 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.21 |
| HSL | 250.05º | 0.91% | 0.41% | - |
| HSV(B) | 250.05º | 0.95% | 0.79% | - |
| XYZ | 11.61 | 4.93 | 55.6 | - |
| YUV | 41.34 | 218.1 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 201 | 0.79 | 0.95 | 0 | 0.21 | 250.05 | 0.91 | 0.41 |
| Hex | 2A | A | C9 | 4F | 5F | 0 | 15 | FA | 5B | 29 |
| Octal | 52 | 12 | 311 | 117 | 137 | 0 | 25 | 372 | 133 | 51 |
| Binary | 101010 | 1010 | 11001001 | 1001111 | 1011111 | 0 | 10101 | 11111010 | 1011011 | 101001 |
Color Harmonies of #2A0AC9
Complementary color
Monochromatic Colors of #2A0AC9
Black with #2A0AC9
Text Example
Text Example
White with #2A0AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0AC9; }
p { color: rgb(42,10,201); }
H1.HeaderClassName
{
color: #2A0AC9;
}
.AnyTagClassName
{
color: #2A0AC9;
}
</style>
background-color css
<style>
a { background-color: #2A0AC9; }
a { background-color: rgb(42,10,201); }
div.DivClassName
{
background-color: #2A0AC9;
}
.BgClassName
{
background-color: #2A0AC9;
}
</style>
border-color css
<style>
span { border-color: #2A0AC9; }
span { border-color: rgb(42,10,201); }
td.TdClassName
{
border-color: #2A0AC9;
}
.TagClassName
{
border-color: #2A0AC9;
}
</style>