Shades of Medium Blue #2A15CD
Tints of Medium Blue #2A15CD
RGB
CMYK
RGB Variations
Color information
#2A15CD (or 0x2A15CD) is known color: Medium Blue. HEX triplet: 2A, 15 and CD. RGB value is (42,21,205). Sum of RGB (Red+Green+Blue) = 42+21+205=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A15CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A15CD is #D5EA32. Grayscale: #2F2F2F. Windows color (decimal): -14019123 or 13440298. OLE color: 13440298.
HSL color Cylindrical-coordinate representation of color #2A15CD: hue angle of 246.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A15CD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 21 | 205 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.20 |
| HSL | 246.85º | 0.81% | 0.44% | - |
| HSV(B) | 246.85º | 0.9% | 0.8% | - |
| XYZ | 12.24 | 5.44 | 58.16 | - |
| YUV | 48.26 | 216.46 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 205 | 0.80 | 0.90 | 0 | 0.20 | 246.85 | 0.81 | 0.44 |
| Hex | 2A | 15 | CD | 50 | 5A | 0 | 14 | F7 | 51 | 2C |
| Octal | 52 | 25 | 315 | 120 | 132 | 0 | 24 | 367 | 121 | 54 |
| Binary | 101010 | 10101 | 11001101 | 1010000 | 1011010 | 0 | 10100 | 11110111 | 1010001 | 101100 |
Color Harmonies of #2A15CD
Complementary color
Monochromatic Colors of #2A15CD
Black with #2A15CD
Text Example
Text Example
White with #2A15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A15CD; }
p { color: rgb(42,21,205); }
H1.HeaderClassName
{
color: #2A15CD;
}
.AnyTagClassName
{
color: #2A15CD;
}
</style>
background-color css
<style>
a { background-color: #2A15CD; }
a { background-color: rgb(42,21,205); }
div.DivClassName
{
background-color: #2A15CD;
}
.BgClassName
{
background-color: #2A15CD;
}
</style>
border-color css
<style>
span { border-color: #2A15CD; }
span { border-color: rgb(42,21,205); }
td.TdClassName
{
border-color: #2A15CD;
}
.TagClassName
{
border-color: #2A15CD;
}
</style>