Shades of Medium Blue #290BD8
Tints of Medium Blue #290BD8
RGB
CMYK
RGB Variations
Color information
#290BD8 (or 0x290BD8) is known color: Medium Blue. HEX triplet: 29, 0B and D8. RGB value is (41,11,216). Sum of RGB (Red+Green+Blue) = 41+11+216=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 216 (84.77% from 255 or 80.60% from 268); Max value from RGB is 216 - color contains mainly: blue. Hex color #290BD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BD8 is #D6F427. Grayscale: #2A2A2A. Windows color (decimal): -14087208 or 14158633. OLE color: 14158633.
HSL color Cylindrical-coordinate representation of color #290BD8: hue angle of 248.78º 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 #290BD8 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 11 | 216 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.15 |
| HSL | 248.78º | 0.9% | 0.45% | - |
| HSV(B) | 248.78º | 0.95% | 0.85% | - |
| XYZ | 13.43 | 5.67 | 65.35 | - |
| YUV | 43.34 | 225.44 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 216 | 0.81 | 0.95 | 0 | 0.15 | 248.78 | 0.9 | 0.45 |
| Hex | 29 | B | D8 | 51 | 5F | 0 | F | F9 | 5A | 2D |
| Octal | 51 | 13 | 330 | 121 | 137 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101001 | 1011 | 11011000 | 1010001 | 1011111 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #290BD8
Complementary color
Monochromatic Colors of #290BD8
Black with #290BD8
Text Example
Text Example
White with #290BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BD8; }
p { color: rgb(41,11,216); }
H1.HeaderClassName
{
color: #290BD8;
}
.AnyTagClassName
{
color: #290BD8;
}
</style>
background-color css
<style>
a { background-color: #290BD8; }
a { background-color: rgb(41,11,216); }
div.DivClassName
{
background-color: #290BD8;
}
.BgClassName
{
background-color: #290BD8;
}
</style>
border-color css
<style>
span { border-color: #290BD8; }
span { border-color: rgb(41,11,216); }
td.TdClassName
{
border-color: #290BD8;
}
.TagClassName
{
border-color: #290BD8;
}
</style>