Shades of Medium Blue #290DDD
Tints of Medium Blue #290DDD
RGB
CMYK
RGB Variations
Color information
#290DDD (or 0x290DDD) is known color: Medium Blue. HEX triplet: 29, 0D and DD. RGB value is (41,13,221). Sum of RGB (Red+Green+Blue) = 41+13+221=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #290DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DDD is #D6F222. Grayscale: #2C2C2C. Windows color (decimal): -14086691 or 14486825. OLE color: 14486825.
HSL color Cylindrical-coordinate representation of color #290DDD: hue angle of 248.08º degrees, saturation: 0.89, 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 #290DDD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 13 | 221 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.13 |
| HSL | 248.08º | 0.89% | 0.46% | - |
| HSV(B) | 248.08º | 0.94% | 0.87% | - |
| XYZ | 14.11 | 5.98 | 68.82 | - |
| YUV | 45.08 | 227.28 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 221 | 0.81 | 0.94 | 0 | 0.13 | 248.08 | 0.89 | 0.46 |
| Hex | 29 | D | DD | 51 | 5E | 0 | D | F8 | 59 | 2E |
| Octal | 51 | 15 | 335 | 121 | 136 | 0 | 15 | 370 | 131 | 56 |
| Binary | 101001 | 1101 | 11011101 | 1010001 | 1011110 | 0 | 1101 | 11111000 | 1011001 | 101110 |
Color Harmonies of #290DDD
Complementary color
Monochromatic Colors of #290DDD
Black with #290DDD
Text Example
Text Example
White with #290DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DDD; }
p { color: rgb(41,13,221); }
H1.HeaderClassName
{
color: #290DDD;
}
.AnyTagClassName
{
color: #290DDD;
}
</style>
background-color css
<style>
a { background-color: #290DDD; }
a { background-color: rgb(41,13,221); }
div.DivClassName
{
background-color: #290DDD;
}
.BgClassName
{
background-color: #290DDD;
}
</style>
border-color css
<style>
span { border-color: #290DDD; }
span { border-color: rgb(41,13,221); }
td.TdClassName
{
border-color: #290DDD;
}
.TagClassName
{
border-color: #290DDD;
}
</style>