Shades of Medium Blue #2A0CDA
Tints of Medium Blue #2A0CDA
RGB
CMYK
RGB Variations
Color information
#2A0CDA (or 0x2A0CDA) is known color: Medium Blue. HEX triplet: 2A, 0C and DA. RGB value is (42,12,218). Sum of RGB (Red+Green+Blue) = 42+12+218=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A0CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CDA is #D5F325. Grayscale: #2B2B2B. Windows color (decimal): -14021414 or 14289962. OLE color: 14289962.
HSL color Cylindrical-coordinate representation of color #2A0CDA: hue angle of 248.74º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0CDA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 12 | 218 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.15 |
| HSL | 248.74º | 0.9% | 0.45% | - |
| HSV(B) | 248.74º | 0.94% | 0.85% | - |
| XYZ | 13.74 | 5.82 | 66.73 | - |
| YUV | 44.45 | 225.94 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 218 | 0.81 | 0.94 | 0 | 0.15 | 248.74 | 0.9 | 0.45 |
| Hex | 2A | C | DA | 51 | 5E | 0 | F | F9 | 5A | 2D |
| Octal | 52 | 14 | 332 | 121 | 136 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101010 | 1100 | 11011010 | 1010001 | 1011110 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2A0CDA
Complementary color
Monochromatic Colors of #2A0CDA
Black with #2A0CDA
Text Example
Text Example
White with #2A0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CDA; }
p { color: rgb(42,12,218); }
H1.HeaderClassName
{
color: #2A0CDA;
}
.AnyTagClassName
{
color: #2A0CDA;
}
</style>
background-color css
<style>
a { background-color: #2A0CDA; }
a { background-color: rgb(42,12,218); }
div.DivClassName
{
background-color: #2A0CDA;
}
.BgClassName
{
background-color: #2A0CDA;
}
</style>
border-color css
<style>
span { border-color: #2A0CDA; }
span { border-color: rgb(42,12,218); }
td.TdClassName
{
border-color: #2A0CDA;
}
.TagClassName
{
border-color: #2A0CDA;
}
</style>