Shades of Medium Blue #290BD9
Tints of Medium Blue #290BD9
RGB
CMYK
RGB Variations
Color information
#290BD9 (or 0x290BD9) is known color: Medium Blue. HEX triplet: 29, 0B and D9. RGB value is (41,11,217). Sum of RGB (Red+Green+Blue) = 41+11+217=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 217 (85.16% from 255 or 80.67% from 269); Max value from RGB is 217 - color contains mainly: blue. Hex color #290BD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BD9 is #D6F426. Grayscale: #2A2A2A. Windows color (decimal): -14087207 or 14224169. OLE color: 14224169.
HSL color Cylindrical-coordinate representation of color #290BD9: hue angle of 248.74º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BD9 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 11 | 217 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.15 |
| HSL | 248.74º | 0.9% | 0.45% | - |
| HSV(B) | 248.74º | 0.95% | 0.85% | - |
| XYZ | 13.56 | 5.72 | 66.04 | - |
| YUV | 43.45 | 225.94 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 217 | 0.81 | 0.95 | 0 | 0.15 | 248.74 | 0.9 | 0.45 |
| Hex | 29 | B | D9 | 51 | 5F | 0 | F | F9 | 5A | 2D |
| Octal | 51 | 13 | 331 | 121 | 137 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101001 | 1011 | 11011001 | 1010001 | 1011111 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #290BD9
Complementary color
Monochromatic Colors of #290BD9
Black with #290BD9
Text Example
Text Example
White with #290BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BD9; }
p { color: rgb(41,11,217); }
H1.HeaderClassName
{
color: #290BD9;
}
.AnyTagClassName
{
color: #290BD9;
}
</style>
background-color css
<style>
a { background-color: #290BD9; }
a { background-color: rgb(41,11,217); }
div.DivClassName
{
background-color: #290BD9;
}
.BgClassName
{
background-color: #290BD9;
}
</style>
border-color css
<style>
span { border-color: #290BD9; }
span { border-color: rgb(41,11,217); }
td.TdClassName
{
border-color: #290BD9;
}
.TagClassName
{
border-color: #290BD9;
}
</style>