Shades of Medium Blue #2A19DC
Tints of Medium Blue #2A19DC
RGB
CMYK
RGB Variations
Color information
#2A19DC (or 0x2A19DC) is known color: Medium Blue. HEX triplet: 2A, 19 and DC. RGB value is (42,25,220). Sum of RGB (Red+Green+Blue) = 42+25+220=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A19DC is #D5E623. Grayscale: #333333. Windows color (decimal): -14018084 or 14424362. OLE color: 14424362.
HSL color Cylindrical-coordinate representation of color #2A19DC: hue angle of 245.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A19DC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 25 | 220 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.14 |
| HSL | 245.23º | 0.8% | 0.48% | - |
| HSV(B) | 245.23º | 0.89% | 0.86% | - |
| XYZ | 14.22 | 6.35 | 68.19 | - |
| YUV | 52.31 | 222.63 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 220 | 0.81 | 0.89 | 0 | 0.14 | 245.23 | 0.8 | 0.48 |
| Hex | 2A | 19 | DC | 51 | 59 | 0 | E | F5 | 50 | 30 |
| Octal | 52 | 31 | 334 | 121 | 131 | 0 | 16 | 365 | 120 | 60 |
| Binary | 101010 | 11001 | 11011100 | 1010001 | 1011001 | 0 | 1110 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2A19DC
Complementary color
Monochromatic Colors of #2A19DC
Black with #2A19DC
Text Example
Text Example
White with #2A19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A19DC; }
p { color: rgb(42,25,220); }
H1.HeaderClassName
{
color: #2A19DC;
}
.AnyTagClassName
{
color: #2A19DC;
}
</style>
background-color css
<style>
a { background-color: #2A19DC; }
a { background-color: rgb(42,25,220); }
div.DivClassName
{
background-color: #2A19DC;
}
.BgClassName
{
background-color: #2A19DC;
}
</style>
border-color css
<style>
span { border-color: #2A19DC; }
span { border-color: rgb(42,25,220); }
td.TdClassName
{
border-color: #2A19DC;
}
.TagClassName
{
border-color: #2A19DC;
}
</style>