Shades of Medium Blue #2A10BE
Tints of Medium Blue #2A10BE
RGB
CMYK
RGB Variations
Color information
#2A10BE (or 0x2A10BE) is known color: Medium Blue. HEX triplet: 2A, 10 and BE. RGB value is (42,16,190). Sum of RGB (Red+Green+Blue) = 42+16+190=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A10BE is #D5EF41. Grayscale: #2A2A2A. Windows color (decimal): -14020418 or 12455978. OLE color: 12455978.
HSL color Cylindrical-coordinate representation of color #2A10BE: hue angle of 248.97º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A10BE is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 16 | 190 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.25 |
| HSL | 248.97º | 0.84% | 0.4% | - |
| HSV(B) | 248.97º | 0.92% | 0.75% | - |
| XYZ | 10.43 | 4.58 | 49.05 | - |
| YUV | 43.61 | 210.61 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 190 | 0.78 | 0.92 | 0 | 0.25 | 248.97 | 0.84 | 0.4 |
| Hex | 2A | 10 | BE | 4E | 5C | 0 | 19 | F9 | 54 | 28 |
| Octal | 52 | 20 | 276 | 116 | 134 | 0 | 31 | 371 | 124 | 50 |
| Binary | 101010 | 10000 | 10111110 | 1001110 | 1011100 | 0 | 11001 | 11111001 | 1010100 | 101000 |
Color Harmonies of #2A10BE
Complementary color
Monochromatic Colors of #2A10BE
Black with #2A10BE
Text Example
Text Example
White with #2A10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10BE; }
p { color: rgb(42,16,190); }
H1.HeaderClassName
{
color: #2A10BE;
}
.AnyTagClassName
{
color: #2A10BE;
}
</style>
background-color css
<style>
a { background-color: #2A10BE; }
a { background-color: rgb(42,16,190); }
div.DivClassName
{
background-color: #2A10BE;
}
.BgClassName
{
background-color: #2A10BE;
}
</style>
border-color css
<style>
span { border-color: #2A10BE; }
span { border-color: rgb(42,16,190); }
td.TdClassName
{
border-color: #2A10BE;
}
.TagClassName
{
border-color: #2A10BE;
}
</style>