Shades of Medium Blue #2A0FD9
Tints of Medium Blue #2A0FD9
RGB
CMYK
RGB Variations
Color information
#2A0FD9 (or 0x2A0FD9) is known color: Medium Blue. HEX triplet: 2A, 0F and D9. RGB value is (42,15,217). Sum of RGB (Red+Green+Blue) = 42+15+217=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 217 (85.16% from 255 or 79.20% from 274); Max value from RGB is 217 - color contains mainly: blue. Hex color #2A0FD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FD9 is #D5F026. Grayscale: #2D2D2D. Windows color (decimal): -14020647 or 14225194. OLE color: 14225194.
HSL color Cylindrical-coordinate representation of color #2A0FD9: hue angle of 248.02º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0FD9 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 15 | 217 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.15 |
| HSL | 248.02º | 0.87% | 0.45% | - |
| HSV(B) | 248.02º | 0.93% | 0.85% | - |
| XYZ | 13.65 | 5.84 | 66.05 | - |
| YUV | 46.1 | 224.45 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 217 | 0.81 | 0.93 | 0 | 0.15 | 248.02 | 0.87 | 0.45 |
| Hex | 2A | F | D9 | 51 | 5D | 0 | F | F8 | 57 | 2D |
| Octal | 52 | 17 | 331 | 121 | 135 | 0 | 17 | 370 | 127 | 55 |
| Binary | 101010 | 1111 | 11011001 | 1010001 | 1011101 | 0 | 1111 | 11111000 | 1010111 | 101101 |
Color Harmonies of #2A0FD9
Complementary color
Monochromatic Colors of #2A0FD9
Black with #2A0FD9
Text Example
Text Example
White with #2A0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FD9; }
p { color: rgb(42,15,217); }
H1.HeaderClassName
{
color: #2A0FD9;
}
.AnyTagClassName
{
color: #2A0FD9;
}
</style>
background-color css
<style>
a { background-color: #2A0FD9; }
a { background-color: rgb(42,15,217); }
div.DivClassName
{
background-color: #2A0FD9;
}
.BgClassName
{
background-color: #2A0FD9;
}
</style>
border-color css
<style>
span { border-color: #2A0FD9; }
span { border-color: rgb(42,15,217); }
td.TdClassName
{
border-color: #2A0FD9;
}
.TagClassName
{
border-color: #2A0FD9;
}
</style>