Shades of Medium Blue #2A0DD1
Tints of Medium Blue #2A0DD1
RGB
CMYK
RGB Variations
Color information
#2A0DD1 (or 0x2A0DD1) is known color: Medium Blue. HEX triplet: 2A, 0D and D1. RGB value is (42,13,209). Sum of RGB (Red+Green+Blue) = 42+13+209=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 209 (82.03% from 255 or 79.17% from 264); Max value from RGB is 209 - color contains mainly: blue. Hex color #2A0DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DD1 is #D5F22E. Grayscale: #2B2B2B. Windows color (decimal): -14021167 or 13700394. OLE color: 13700394.
HSL color Cylindrical-coordinate representation of color #2A0DD1: hue angle of 248.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0DD1 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 13 | 209 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.18 |
| HSL | 248.88º | 0.88% | 0.44% | - |
| HSV(B) | 248.88º | 0.94% | 0.82% | - |
| XYZ | 12.61 | 5.38 | 60.7 | - |
| YUV | 44.02 | 221.11 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 209 | 0.80 | 0.94 | 0 | 0.18 | 248.88 | 0.88 | 0.44 |
| Hex | 2A | D | D1 | 50 | 5E | 0 | 12 | F9 | 58 | 2C |
| Octal | 52 | 15 | 321 | 120 | 136 | 0 | 22 | 371 | 130 | 54 |
| Binary | 101010 | 1101 | 11010001 | 1010000 | 1011110 | 0 | 10010 | 11111001 | 1011000 | 101100 |
Color Harmonies of #2A0DD1
Complementary color
Monochromatic Colors of #2A0DD1
Black with #2A0DD1
Text Example
Text Example
White with #2A0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DD1; }
p { color: rgb(42,13,209); }
H1.HeaderClassName
{
color: #2A0DD1;
}
.AnyTagClassName
{
color: #2A0DD1;
}
</style>
background-color css
<style>
a { background-color: #2A0DD1; }
a { background-color: rgb(42,13,209); }
div.DivClassName
{
background-color: #2A0DD1;
}
.BgClassName
{
background-color: #2A0DD1;
}
</style>
border-color css
<style>
span { border-color: #2A0DD1; }
span { border-color: rgb(42,13,209); }
td.TdClassName
{
border-color: #2A0DD1;
}
.TagClassName
{
border-color: #2A0DD1;
}
</style>