Shades of Medium Blue #2A00B9
Tints of Medium Blue #2A00B9
RGB
CMYK
RGB Variations
Color information
#2A00B9 (or 0x2A00B9) is known color: Medium Blue. HEX triplet: 2A, 00 and B9. RGB value is (42,0,185). Sum of RGB (Red+Green+Blue) = 42+0+185=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 185 (72.66% from 255 or 81.50% from 227); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A00B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00B9 is #D5FF46. Grayscale: #202020. Windows color (decimal): -14024519 or 12124202. OLE color: 12124202.
HSL color Cylindrical-coordinate representation of color #2A00B9: hue angle of 253.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00B9 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 0 | 185 | - |
| CMYK | 0.77 | 1 | 0 | 0.27 |
| HSL | 253.62º | 1% | 0.36% | - |
| HSV(B) | 253.62º | 1% | 0.73% | - |
| XYZ | 9.71 | 4 | 46.16 | - |
| YUV | 33.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 185 | 0.77 | 1 | 0 | 0.27 | 253.62 | 1 | 0.36 |
| Hex | 2A | 0 | B9 | 4D | 64 | 0 | 1B | FE | 64 | 24 |
| Octal | 52 | 0 | 271 | 115 | 144 | 0 | 33 | 376 | 144 | 44 |
| Binary | 101010 | 0 | 10111001 | 1001101 | 1100100 | 0 | 11011 | 11111110 | 1100100 | 100100 |
Color Harmonies of #2A00B9
Complementary color
Monochromatic Colors of #2A00B9
Black with #2A00B9
Text Example
Text Example
White with #2A00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00B9; }
p { color: rgb(42,0,185); }
H1.HeaderClassName
{
color: #2A00B9;
}
.AnyTagClassName
{
color: #2A00B9;
}
</style>
background-color css
<style>
a { background-color: #2A00B9; }
a { background-color: rgb(42,0,185); }
div.DivClassName
{
background-color: #2A00B9;
}
.BgClassName
{
background-color: #2A00B9;
}
</style>
border-color css
<style>
span { border-color: #2A00B9; }
span { border-color: rgb(42,0,185); }
td.TdClassName
{
border-color: #2A00B9;
}
.TagClassName
{
border-color: #2A00B9;
}
</style>