Shades of Medium Blue #290DDA
Tints of Medium Blue #290DDA
RGB
CMYK
RGB Variations
Color information
#290DDA (or 0x290DDA) is known color: Medium Blue. HEX triplet: 29, 0D and DA. RGB value is (41,13,218). Sum of RGB (Red+Green+Blue) = 41+13+218=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #290DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DDA is #D6F225. Grayscale: #2B2B2B. Windows color (decimal): -14086694 or 14290217. OLE color: 14290217.
HSL color Cylindrical-coordinate representation of color #290DDA: hue angle of 248.2º degrees, saturation: 0.89, 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 #290DDA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 13 | 218 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.15 |
| HSL | 248.2º | 0.89% | 0.45% | - |
| HSV(B) | 248.2º | 0.94% | 0.85% | - |
| XYZ | 13.71 | 5.82 | 66.73 | - |
| YUV | 44.74 | 225.78 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 218 | 0.81 | 0.94 | 0 | 0.15 | 248.2 | 0.89 | 0.45 |
| Hex | 29 | D | DA | 51 | 5E | 0 | F | F8 | 59 | 2D |
| Octal | 51 | 15 | 332 | 121 | 136 | 0 | 17 | 370 | 131 | 55 |
| Binary | 101001 | 1101 | 11011010 | 1010001 | 1011110 | 0 | 1111 | 11111000 | 1011001 | 101101 |
Color Harmonies of #290DDA
Complementary color
Monochromatic Colors of #290DDA
Black with #290DDA
Text Example
Text Example
White with #290DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DDA; }
p { color: rgb(41,13,218); }
H1.HeaderClassName
{
color: #290DDA;
}
.AnyTagClassName
{
color: #290DDA;
}
</style>
background-color css
<style>
a { background-color: #290DDA; }
a { background-color: rgb(41,13,218); }
div.DivClassName
{
background-color: #290DDA;
}
.BgClassName
{
background-color: #290DDA;
}
</style>
border-color css
<style>
span { border-color: #290DDA; }
span { border-color: rgb(41,13,218); }
td.TdClassName
{
border-color: #290DDA;
}
.TagClassName
{
border-color: #290DDA;
}
</style>