Shades of Medium Blue #2A05B9
Tints of Medium Blue #2A05B9
RGB
CMYK
RGB Variations
Color information
#2A05B9 (or 0x2A05B9) is known color: Medium Blue. HEX triplet: 2A, 05 and B9. RGB value is (42,5,185). Sum of RGB (Red+Green+Blue) = 42+5+185=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A05B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05B9 is #D5FA46. Grayscale: #232323. Windows color (decimal): -14023239 or 12125482. OLE color: 12125482.
HSL color Cylindrical-coordinate representation of color #2A05B9: hue angle of 252.33º 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 #2A05B9 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 5 | 185 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.27 |
| HSL | 252.33º | 0.95% | 0.37% | - |
| HSV(B) | 252.33º | 0.97% | 0.73% | - |
| XYZ | 9.77 | 4.1 | 46.18 | - |
| YUV | 36.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 185 | 0.77 | 0.97 | 0 | 0.27 | 252.33 | 0.95 | 0.37 |
| Hex | 2A | 5 | B9 | 4D | 61 | 0 | 1B | FC | 5F | 25 |
| Octal | 52 | 5 | 271 | 115 | 141 | 0 | 33 | 374 | 137 | 45 |
| Binary | 101010 | 101 | 10111001 | 1001101 | 1100001 | 0 | 11011 | 11111100 | 1011111 | 100101 |
Color Harmonies of #2A05B9
Complementary color
Monochromatic Colors of #2A05B9
Black with #2A05B9
Text Example
Text Example
White with #2A05B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05B9; }
p { color: rgb(42,5,185); }
H1.HeaderClassName
{
color: #2A05B9;
}
.AnyTagClassName
{
color: #2A05B9;
}
</style>
background-color css
<style>
a { background-color: #2A05B9; }
a { background-color: rgb(42,5,185); }
div.DivClassName
{
background-color: #2A05B9;
}
.BgClassName
{
background-color: #2A05B9;
}
</style>
border-color css
<style>
span { border-color: #2A05B9; }
span { border-color: rgb(42,5,185); }
td.TdClassName
{
border-color: #2A05B9;
}
.TagClassName
{
border-color: #2A05B9;
}
</style>