Shades of Medium Blue #2A0FBC
Tints of Medium Blue #2A0FBC
RGB
CMYK
RGB Variations
Color information
#2A0FBC (or 0x2A0FBC) is known color: Medium Blue. HEX triplet: 2A, 0F and BC. RGB value is (42,15,188). Sum of RGB (Red+Green+Blue) = 42+15+188=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FBC is #D5F043. Grayscale: #2A2A2A. Windows color (decimal): -14020676 or 12324650. OLE color: 12324650.
HSL color Cylindrical-coordinate representation of color #2A0FBC: hue angle of 249.36º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0FBC is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 15 | 188 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.26 |
| HSL | 249.36º | 0.85% | 0.4% | - |
| HSV(B) | 249.36º | 0.92% | 0.74% | - |
| XYZ | 10.2 | 4.46 | 47.9 | - |
| YUV | 42.8 | 209.95 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 188 | 0.78 | 0.92 | 0 | 0.26 | 249.36 | 0.85 | 0.4 |
| Hex | 2A | F | BC | 4E | 5C | 0 | 1A | F9 | 55 | 28 |
| Octal | 52 | 17 | 274 | 116 | 134 | 0 | 32 | 371 | 125 | 50 |
| Binary | 101010 | 1111 | 10111100 | 1001110 | 1011100 | 0 | 11010 | 11111001 | 1010101 | 101000 |
Color Harmonies of #2A0FBC
Complementary color
Monochromatic Colors of #2A0FBC
Black with #2A0FBC
Text Example
Text Example
White with #2A0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FBC; }
p { color: rgb(42,15,188); }
H1.HeaderClassName
{
color: #2A0FBC;
}
.AnyTagClassName
{
color: #2A0FBC;
}
</style>
background-color css
<style>
a { background-color: #2A0FBC; }
a { background-color: rgb(42,15,188); }
div.DivClassName
{
background-color: #2A0FBC;
}
.BgClassName
{
background-color: #2A0FBC;
}
</style>
border-color css
<style>
span { border-color: #2A0FBC; }
span { border-color: rgb(42,15,188); }
td.TdClassName
{
border-color: #2A0FBC;
}
.TagClassName
{
border-color: #2A0FBC;
}
</style>