Shades of Medium Blue #290DDF
Tints of Medium Blue #290DDF
RGB
CMYK
RGB Variations
Color information
#290DDF (or 0x290DDF) is known color: Medium Blue. HEX triplet: 29, 0D and DF. RGB value is (41,13,223). Sum of RGB (Red+Green+Blue) = 41+13+223=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #290DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DDF is #D6F220. Grayscale: #2C2C2C. Windows color (decimal): -14086689 or 14617897. OLE color: 14617897.
HSL color Cylindrical-coordinate representation of color #290DDF: hue angle of 248º 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 #290DDF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 13 | 223 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.13 |
| HSL | 248º | 0.89% | 0.46% | - |
| HSV(B) | 248º | 0.94% | 0.87% | - |
| XYZ | 14.38 | 6.09 | 70.23 | - |
| YUV | 45.31 | 228.28 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 223 | 0.82 | 0.94 | 0 | 0.13 | 248 | 0.89 | 0.46 |
| Hex | 29 | D | DF | 52 | 5E | 0 | D | F8 | 59 | 2E |
| Octal | 51 | 15 | 337 | 122 | 136 | 0 | 15 | 370 | 131 | 56 |
| Binary | 101001 | 1101 | 11011111 | 1010010 | 1011110 | 0 | 1101 | 11111000 | 1011001 | 101110 |
Color Harmonies of #290DDF
Complementary color
Monochromatic Colors of #290DDF
Black with #290DDF
Text Example
Text Example
White with #290DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DDF; }
p { color: rgb(41,13,223); }
H1.HeaderClassName
{
color: #290DDF;
}
.AnyTagClassName
{
color: #290DDF;
}
</style>
background-color css
<style>
a { background-color: #290DDF; }
a { background-color: rgb(41,13,223); }
div.DivClassName
{
background-color: #290DDF;
}
.BgClassName
{
background-color: #290DDF;
}
</style>
border-color css
<style>
span { border-color: #290DDF; }
span { border-color: rgb(41,13,223); }
td.TdClassName
{
border-color: #290DDF;
}
.TagClassName
{
border-color: #290DDF;
}
</style>