Shades of Medium Blue #2A05BA
Tints of Medium Blue #2A05BA
RGB
CMYK
RGB Variations
Color information
#2A05BA (or 0x2A05BA) is known color: Medium Blue. HEX triplet: 2A, 05 and BA. RGB value is (42,5,186). Sum of RGB (Red+Green+Blue) = 42+5+186=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05BA is #D5FA45. Grayscale: #242424. Windows color (decimal): -14023238 or 12191018. OLE color: 12191018.
HSL color Cylindrical-coordinate representation of color #2A05BA: hue angle of 252.27º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A05BA is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 5 | 186 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.27 |
| HSL | 252.27º | 0.95% | 0.37% | - |
| HSV(B) | 252.27º | 0.97% | 0.73% | - |
| XYZ | 9.87 | 4.15 | 46.73 | - |
| YUV | 36.7 | 212.26 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 186 | 0.77 | 0.97 | 0 | 0.27 | 252.27 | 0.95 | 0.37 |
| Hex | 2A | 5 | BA | 4D | 61 | 0 | 1B | FC | 5F | 25 |
| Octal | 52 | 5 | 272 | 115 | 141 | 0 | 33 | 374 | 137 | 45 |
| Binary | 101010 | 101 | 10111010 | 1001101 | 1100001 | 0 | 11011 | 11111100 | 1011111 | 100101 |
Color Harmonies of #2A05BA
Complementary color
Monochromatic Colors of #2A05BA
Black with #2A05BA
Text Example
Text Example
White with #2A05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05BA; }
p { color: rgb(42,5,186); }
H1.HeaderClassName
{
color: #2A05BA;
}
.AnyTagClassName
{
color: #2A05BA;
}
</style>
background-color css
<style>
a { background-color: #2A05BA; }
a { background-color: rgb(42,5,186); }
div.DivClassName
{
background-color: #2A05BA;
}
.BgClassName
{
background-color: #2A05BA;
}
</style>
border-color css
<style>
span { border-color: #2A05BA; }
span { border-color: rgb(42,5,186); }
td.TdClassName
{
border-color: #2A05BA;
}
.TagClassName
{
border-color: #2A05BA;
}
</style>