Shades of Medium Blue #2A10BB
Tints of Medium Blue #2A10BB
RGB
CMYK
RGB Variations
Color information
#2A10BB (or 0x2A10BB) is known color: Medium Blue. HEX triplet: 2A, 10 and BB. RGB value is (42,16,187). Sum of RGB (Red+Green+Blue) = 42+16+187=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A10BB is #D5EF44. Grayscale: #2A2A2A. Windows color (decimal): -14020421 or 12259370. OLE color: 12259370.
HSL color Cylindrical-coordinate representation of color #2A10BB: hue angle of 249.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A10BB is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 16 | 187 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.27 |
| HSL | 249.12º | 0.84% | 0.4% | - |
| HSV(B) | 249.12º | 0.91% | 0.73% | - |
| XYZ | 10.11 | 4.45 | 47.34 | - |
| YUV | 43.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 187 | 0.78 | 0.91 | 0 | 0.27 | 249.12 | 0.84 | 0.4 |
| Hex | 2A | 10 | BB | 4E | 5B | 0 | 1B | F9 | 54 | 28 |
| Octal | 52 | 20 | 273 | 116 | 133 | 0 | 33 | 371 | 124 | 50 |
| Binary | 101010 | 10000 | 10111011 | 1001110 | 1011011 | 0 | 11011 | 11111001 | 1010100 | 101000 |
Color Harmonies of #2A10BB
Complementary color
Monochromatic Colors of #2A10BB
Black with #2A10BB
Text Example
Text Example
White with #2A10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10BB; }
p { color: rgb(42,16,187); }
H1.HeaderClassName
{
color: #2A10BB;
}
.AnyTagClassName
{
color: #2A10BB;
}
</style>
background-color css
<style>
a { background-color: #2A10BB; }
a { background-color: rgb(42,16,187); }
div.DivClassName
{
background-color: #2A10BB;
}
.BgClassName
{
background-color: #2A10BB;
}
</style>
border-color css
<style>
span { border-color: #2A10BB; }
span { border-color: rgb(42,16,187); }
td.TdClassName
{
border-color: #2A10BB;
}
.TagClassName
{
border-color: #2A10BB;
}
</style>