Shades of Medium Blue #290ED0
Tints of Medium Blue #290ED0
RGB
CMYK
RGB Variations
Color information
#290ED0 (or 0x290ED0) is known color: Medium Blue. HEX triplet: 29, 0E and D0. RGB value is (41,14,208). Sum of RGB (Red+Green+Blue) = 41+14+208=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 208 (81.64% from 255 or 79.09% from 263); Max value from RGB is 208 - color contains mainly: blue. Hex color #290ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ED0 is #D6F12F. Grayscale: #2B2B2B. Windows color (decimal): -14086448 or 13635113. OLE color: 13635113.
HSL color Cylindrical-coordinate representation of color #290ED0: hue angle of 248.35º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290ED0 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 14 | 208 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.18 |
| HSL | 248.35º | 0.87% | 0.44% | - |
| HSV(B) | 248.35º | 0.93% | 0.82% | - |
| XYZ | 12.46 | 5.34 | 60.05 | - |
| YUV | 44.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 208 | 0.80 | 0.93 | 0 | 0.18 | 248.35 | 0.87 | 0.44 |
| Hex | 29 | E | D0 | 50 | 5D | 0 | 12 | F8 | 57 | 2C |
| Octal | 51 | 16 | 320 | 120 | 135 | 0 | 22 | 370 | 127 | 54 |
| Binary | 101001 | 1110 | 11010000 | 1010000 | 1011101 | 0 | 10010 | 11111000 | 1010111 | 101100 |
Color Harmonies of #290ED0
Complementary color
Monochromatic Colors of #290ED0
Black with #290ED0
Text Example
Text Example
White with #290ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ED0; }
p { color: rgb(41,14,208); }
H1.HeaderClassName
{
color: #290ED0;
}
.AnyTagClassName
{
color: #290ED0;
}
</style>
background-color css
<style>
a { background-color: #290ED0; }
a { background-color: rgb(41,14,208); }
div.DivClassName
{
background-color: #290ED0;
}
.BgClassName
{
background-color: #290ED0;
}
</style>
border-color css
<style>
span { border-color: #290ED0; }
span { border-color: rgb(41,14,208); }
td.TdClassName
{
border-color: #290ED0;
}
.TagClassName
{
border-color: #290ED0;
}
</style>