Shades of Medium Blue #290FDA
Tints of Medium Blue #290FDA
RGB
CMYK
RGB Variations
Color information
#290FDA (or 0x290FDA) is known color: Medium Blue. HEX triplet: 29, 0F and DA. RGB value is (41,15,218). Sum of RGB (Red+Green+Blue) = 41+15+218=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #290FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FDA is #D6F025. Grayscale: #2D2D2D. Windows color (decimal): -14086182 or 14290729. OLE color: 14290729.
HSL color Cylindrical-coordinate representation of color #290FDA: hue angle of 247.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290FDA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 15 | 218 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.15 |
| HSL | 247.68º | 0.87% | 0.46% | - |
| HSV(B) | 247.68º | 0.93% | 0.85% | - |
| XYZ | 13.74 | 5.88 | 66.74 | - |
| YUV | 45.92 | 225.11 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 218 | 0.81 | 0.93 | 0 | 0.15 | 247.68 | 0.87 | 0.46 |
| Hex | 29 | F | DA | 51 | 5D | 0 | F | F8 | 57 | 2E |
| Octal | 51 | 17 | 332 | 121 | 135 | 0 | 17 | 370 | 127 | 56 |
| Binary | 101001 | 1111 | 11011010 | 1010001 | 1011101 | 0 | 1111 | 11111000 | 1010111 | 101110 |
Color Harmonies of #290FDA
Complementary color
Monochromatic Colors of #290FDA
Black with #290FDA
Text Example
Text Example
White with #290FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FDA; }
p { color: rgb(41,15,218); }
H1.HeaderClassName
{
color: #290FDA;
}
.AnyTagClassName
{
color: #290FDA;
}
</style>
background-color css
<style>
a { background-color: #290FDA; }
a { background-color: rgb(41,15,218); }
div.DivClassName
{
background-color: #290FDA;
}
.BgClassName
{
background-color: #290FDA;
}
</style>
border-color css
<style>
span { border-color: #290FDA; }
span { border-color: rgb(41,15,218); }
td.TdClassName
{
border-color: #290FDA;
}
.TagClassName
{
border-color: #290FDA;
}
</style>