Shades of Medium Blue #290EDF
Tints of Medium Blue #290EDF
RGB
CMYK
RGB Variations
Color information
#290EDF (or 0x290EDF) is known color: Medium Blue. HEX triplet: 29, 0E and DF. RGB value is (41,14,223). Sum of RGB (Red+Green+Blue) = 41+14+223=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #290EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EDF is #D6F120. Grayscale: #2D2D2D. Windows color (decimal): -14086433 or 14618153. OLE color: 14618153.
HSL color Cylindrical-coordinate representation of color #290EDF: hue angle of 247.75º degrees, saturation: 0.88, 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 #290EDF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 14 | 223 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.13 |
| HSL | 247.75º | 0.88% | 0.46% | - |
| HSV(B) | 247.75º | 0.94% | 0.87% | - |
| XYZ | 14.39 | 6.11 | 70.23 | - |
| YUV | 45.9 | 227.95 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 223 | 0.82 | 0.94 | 0 | 0.13 | 247.75 | 0.88 | 0.46 |
| Hex | 29 | E | DF | 52 | 5E | 0 | D | F8 | 58 | 2E |
| Octal | 51 | 16 | 337 | 122 | 136 | 0 | 15 | 370 | 130 | 56 |
| Binary | 101001 | 1110 | 11011111 | 1010010 | 1011110 | 0 | 1101 | 11111000 | 1011000 | 101110 |
Color Harmonies of #290EDF
Complementary color
Monochromatic Colors of #290EDF
Black with #290EDF
Text Example
Text Example
White with #290EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EDF; }
p { color: rgb(41,14,223); }
H1.HeaderClassName
{
color: #290EDF;
}
.AnyTagClassName
{
color: #290EDF;
}
</style>
background-color css
<style>
a { background-color: #290EDF; }
a { background-color: rgb(41,14,223); }
div.DivClassName
{
background-color: #290EDF;
}
.BgClassName
{
background-color: #290EDF;
}
</style>
border-color css
<style>
span { border-color: #290EDF; }
span { border-color: rgb(41,14,223); }
td.TdClassName
{
border-color: #290EDF;
}
.TagClassName
{
border-color: #290EDF;
}
</style>