Shades of Medium Blue #2A12DD
Tints of Medium Blue #2A12DD
RGB
CMYK
RGB Variations
Color information
#2A12DD (or 0x2A12DD) is known color: Medium Blue. HEX triplet: 2A, 12 and DD. RGB value is (42,18,221). Sum of RGB (Red+Green+Blue) = 42+18+221=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A12DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A12DD is #D5ED22. Grayscale: #2F2F2F. Windows color (decimal): -14019875 or 14488106. OLE color: 14488106.
HSL color Cylindrical-coordinate representation of color #2A12DD: hue angle of 247.09º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A12DD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 18 | 221 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.13 |
| HSL | 247.09º | 0.85% | 0.47% | - |
| HSV(B) | 247.09º | 0.92% | 0.87% | - |
| XYZ | 14.22 | 6.15 | 68.84 | - |
| YUV | 48.32 | 225.45 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 221 | 0.81 | 0.92 | 0 | 0.13 | 247.09 | 0.85 | 0.47 |
| Hex | 2A | 12 | DD | 51 | 5C | 0 | D | F7 | 55 | 2F |
| Octal | 52 | 22 | 335 | 121 | 134 | 0 | 15 | 367 | 125 | 57 |
| Binary | 101010 | 10010 | 11011101 | 1010001 | 1011100 | 0 | 1101 | 11110111 | 1010101 | 101111 |
Color Harmonies of #2A12DD
Complementary color
Monochromatic Colors of #2A12DD
Black with #2A12DD
Text Example
Text Example
White with #2A12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A12DD; }
p { color: rgb(42,18,221); }
H1.HeaderClassName
{
color: #2A12DD;
}
.AnyTagClassName
{
color: #2A12DD;
}
</style>
background-color css
<style>
a { background-color: #2A12DD; }
a { background-color: rgb(42,18,221); }
div.DivClassName
{
background-color: #2A12DD;
}
.BgClassName
{
background-color: #2A12DD;
}
</style>
border-color css
<style>
span { border-color: #2A12DD; }
span { border-color: rgb(42,18,221); }
td.TdClassName
{
border-color: #2A12DD;
}
.TagClassName
{
border-color: #2A12DD;
}
</style>