Shades of Medium Blue #2A0ED6
Tints of Medium Blue #2A0ED6
RGB
CMYK
RGB Variations
Color information
#2A0ED6 (or 0x2A0ED6) is known color: Medium Blue. HEX triplet: 2A, 0E and D6. RGB value is (42,14,214). Sum of RGB (Red+Green+Blue) = 42+14+214=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 214 (83.98% from 255 or 79.26% from 270); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A0ED6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ED6 is #D5F129. Grayscale: #2C2C2C. Windows color (decimal): -14020906 or 14028330. OLE color: 14028330.
HSL color Cylindrical-coordinate representation of color #2A0ED6: hue angle of 248.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0ED6 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 14 | 214 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.16 |
| HSL | 248.4º | 0.88% | 0.45% | - |
| HSV(B) | 248.4º | 0.93% | 0.84% | - |
| XYZ | 13.25 | 5.66 | 64.01 | - |
| YUV | 45.17 | 223.28 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 214 | 0.80 | 0.93 | 0 | 0.16 | 248.4 | 0.88 | 0.45 |
| Hex | 2A | E | D6 | 50 | 5D | 0 | 10 | F8 | 58 | 2D |
| Octal | 52 | 16 | 326 | 120 | 135 | 0 | 20 | 370 | 130 | 55 |
| Binary | 101010 | 1110 | 11010110 | 1010000 | 1011101 | 0 | 10000 | 11111000 | 1011000 | 101101 |
Color Harmonies of #2A0ED6
Complementary color
Monochromatic Colors of #2A0ED6
Black with #2A0ED6
Text Example
Text Example
White with #2A0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ED6; }
p { color: rgb(42,14,214); }
H1.HeaderClassName
{
color: #2A0ED6;
}
.AnyTagClassName
{
color: #2A0ED6;
}
</style>
background-color css
<style>
a { background-color: #2A0ED6; }
a { background-color: rgb(42,14,214); }
div.DivClassName
{
background-color: #2A0ED6;
}
.BgClassName
{
background-color: #2A0ED6;
}
</style>
border-color css
<style>
span { border-color: #2A0ED6; }
span { border-color: rgb(42,14,214); }
td.TdClassName
{
border-color: #2A0ED6;
}
.TagClassName
{
border-color: #2A0ED6;
}
</style>