Shades of Medium Blue #2A0CD6
Tints of Medium Blue #2A0CD6
RGB
CMYK
RGB Variations
Color information
#2A0CD6 (or 0x2A0CD6) is known color: Medium Blue. HEX triplet: 2A, 0C and D6. RGB value is (42,12,214). Sum of RGB (Red+Green+Blue) = 42+12+214=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A0CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CD6 is #D5F329. Grayscale: #2B2B2B. Windows color (decimal): -14021418 or 14027818. OLE color: 14027818.
HSL color Cylindrical-coordinate representation of color #2A0CD6: hue angle of 248.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0CD6 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 12 | 214 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.16 |
| HSL | 248.91º | 0.89% | 0.44% | - |
| HSV(B) | 248.91º | 0.94% | 0.84% | - |
| XYZ | 13.22 | 5.61 | 64 | - |
| YUV | 44 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 214 | 0.80 | 0.94 | 0 | 0.16 | 248.91 | 0.89 | 0.44 |
| Hex | 2A | C | D6 | 50 | 5E | 0 | 10 | F9 | 59 | 2C |
| Octal | 52 | 14 | 326 | 120 | 136 | 0 | 20 | 371 | 131 | 54 |
| Binary | 101010 | 1100 | 11010110 | 1010000 | 1011110 | 0 | 10000 | 11111001 | 1011001 | 101100 |
Color Harmonies of #2A0CD6
Complementary color
Monochromatic Colors of #2A0CD6
Black with #2A0CD6
Text Example
Text Example
White with #2A0CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CD6; }
p { color: rgb(42,12,214); }
H1.HeaderClassName
{
color: #2A0CD6;
}
.AnyTagClassName
{
color: #2A0CD6;
}
</style>
background-color css
<style>
a { background-color: #2A0CD6; }
a { background-color: rgb(42,12,214); }
div.DivClassName
{
background-color: #2A0CD6;
}
.BgClassName
{
background-color: #2A0CD6;
}
</style>
border-color css
<style>
span { border-color: #2A0CD6; }
span { border-color: rgb(42,12,214); }
td.TdClassName
{
border-color: #2A0CD6;
}
.TagClassName
{
border-color: #2A0CD6;
}
</style>