Shades of Medium Blue #290EDD
Tints of Medium Blue #290EDD
RGB
CMYK
RGB Variations
Color information
#290EDD (or 0x290EDD) is known color: Medium Blue. HEX triplet: 29, 0E and DD. RGB value is (41,14,221). Sum of RGB (Red+Green+Blue) = 41+14+221=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #290EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EDD is #D6F122. Grayscale: #2C2C2C. Windows color (decimal): -14086435 or 14487081. OLE color: 14487081.
HSL color Cylindrical-coordinate representation of color #290EDD: hue angle of 247.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EDD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 14 | 221 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.13 |
| HSL | 247.83º | 0.88% | 0.46% | - |
| HSV(B) | 247.83º | 0.94% | 0.87% | - |
| XYZ | 14.12 | 6.01 | 68.82 | - |
| YUV | 45.67 | 226.95 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 221 | 0.81 | 0.94 | 0 | 0.13 | 247.83 | 0.88 | 0.46 |
| Hex | 29 | E | DD | 51 | 5E | 0 | D | F8 | 58 | 2E |
| Octal | 51 | 16 | 335 | 121 | 136 | 0 | 15 | 370 | 130 | 56 |
| Binary | 101001 | 1110 | 11011101 | 1010001 | 1011110 | 0 | 1101 | 11111000 | 1011000 | 101110 |
Color Harmonies of #290EDD
Complementary color
Monochromatic Colors of #290EDD
Black with #290EDD
Text Example
Text Example
White with #290EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EDD; }
p { color: rgb(41,14,221); }
H1.HeaderClassName
{
color: #290EDD;
}
.AnyTagClassName
{
color: #290EDD;
}
</style>
background-color css
<style>
a { background-color: #290EDD; }
a { background-color: rgb(41,14,221); }
div.DivClassName
{
background-color: #290EDD;
}
.BgClassName
{
background-color: #290EDD;
}
</style>
border-color css
<style>
span { border-color: #290EDD; }
span { border-color: rgb(41,14,221); }
td.TdClassName
{
border-color: #290EDD;
}
.TagClassName
{
border-color: #290EDD;
}
</style>