Shades of Medium Blue #290BDF
Tints of Medium Blue #290BDF
RGB
CMYK
RGB Variations
Color information
#290BDF (or 0x290BDF) is known color: Medium Blue. HEX triplet: 29, 0B and DF. RGB value is (41,11,223). Sum of RGB (Red+Green+Blue) = 41+11+223=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #290BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BDF is #D6F420. Grayscale: #2B2B2B. Windows color (decimal): -14087201 or 14617385. OLE color: 14617385.
HSL color Cylindrical-coordinate representation of color #290BDF: hue angle of 248.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BDF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 11 | 223 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.13 |
| HSL | 248.49º | 0.91% | 0.46% | - |
| HSV(B) | 248.49º | 0.95% | 0.87% | - |
| XYZ | 14.35 | 6.04 | 70.22 | - |
| YUV | 44.14 | 228.94 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 223 | 0.82 | 0.95 | 0 | 0.13 | 248.49 | 0.91 | 0.46 |
| Hex | 29 | B | DF | 52 | 5F | 0 | D | F8 | 5B | 2E |
| Octal | 51 | 13 | 337 | 122 | 137 | 0 | 15 | 370 | 133 | 56 |
| Binary | 101001 | 1011 | 11011111 | 1010010 | 1011111 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #290BDF
Complementary color
Monochromatic Colors of #290BDF
Black with #290BDF
Text Example
Text Example
White with #290BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BDF; }
p { color: rgb(41,11,223); }
H1.HeaderClassName
{
color: #290BDF;
}
.AnyTagClassName
{
color: #290BDF;
}
</style>
background-color css
<style>
a { background-color: #290BDF; }
a { background-color: rgb(41,11,223); }
div.DivClassName
{
background-color: #290BDF;
}
.BgClassName
{
background-color: #290BDF;
}
</style>
border-color css
<style>
span { border-color: #290BDF; }
span { border-color: rgb(41,11,223); }
td.TdClassName
{
border-color: #290BDF;
}
.TagClassName
{
border-color: #290BDF;
}
</style>