Shades of Medium Blue #290ED9
Tints of Medium Blue #290ED9
RGB
CMYK
RGB Variations
Color information
#290ED9 (or 0x290ED9) is known color: Medium Blue. HEX triplet: 29, 0E and D9. RGB value is (41,14,217). Sum of RGB (Red+Green+Blue) = 41+14+217=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 217 (85.16% from 255 or 79.78% from 272); Max value from RGB is 217 - color contains mainly: blue. Hex color #290ED9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ED9 is #D6F126. Grayscale: #2C2C2C. Windows color (decimal): -14086439 or 14224937. OLE color: 14224937.
HSL color Cylindrical-coordinate representation of color #290ED9: hue angle of 247.98º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290ED9 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 14 | 217 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.15 |
| HSL | 247.98º | 0.88% | 0.45% | - |
| HSV(B) | 247.98º | 0.94% | 0.85% | - |
| XYZ | 13.6 | 5.8 | 66.05 | - |
| YUV | 45.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 217 | 0.81 | 0.94 | 0 | 0.15 | 247.98 | 0.88 | 0.45 |
| Hex | 29 | E | D9 | 51 | 5E | 0 | F | F8 | 58 | 2D |
| Octal | 51 | 16 | 331 | 121 | 136 | 0 | 17 | 370 | 130 | 55 |
| Binary | 101001 | 1110 | 11011001 | 1010001 | 1011110 | 0 | 1111 | 11111000 | 1011000 | 101101 |
Color Harmonies of #290ED9
Complementary color
Monochromatic Colors of #290ED9
Black with #290ED9
Text Example
Text Example
White with #290ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ED9; }
p { color: rgb(41,14,217); }
H1.HeaderClassName
{
color: #290ED9;
}
.AnyTagClassName
{
color: #290ED9;
}
</style>
background-color css
<style>
a { background-color: #290ED9; }
a { background-color: rgb(41,14,217); }
div.DivClassName
{
background-color: #290ED9;
}
.BgClassName
{
background-color: #290ED9;
}
</style>
border-color css
<style>
span { border-color: #290ED9; }
span { border-color: rgb(41,14,217); }
td.TdClassName
{
border-color: #290ED9;
}
.TagClassName
{
border-color: #290ED9;
}
</style>