Shades of Medium Blue #290FDC
Tints of Medium Blue #290FDC
RGB
CMYK
RGB Variations
Color information
#290FDC (or 0x290FDC) is known color: Medium Blue. HEX triplet: 29, 0F and DC. RGB value is (41,15,220). Sum of RGB (Red+Green+Blue) = 41+15+220=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #290FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FDC is #D6F023. Grayscale: #2D2D2D. Windows color (decimal): -14086180 or 14421801. OLE color: 14421801.
HSL color Cylindrical-coordinate representation of color #290FDC: hue angle of 247.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290FDC is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 15 | 220 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.14 |
| HSL | 247.61º | 0.87% | 0.46% | - |
| HSV(B) | 247.61º | 0.93% | 0.86% | - |
| XYZ | 14 | 5.98 | 68.13 | - |
| YUV | 46.14 | 226.11 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 220 | 0.81 | 0.93 | 0 | 0.14 | 247.61 | 0.87 | 0.46 |
| Hex | 29 | F | DC | 51 | 5D | 0 | E | F8 | 57 | 2E |
| Octal | 51 | 17 | 334 | 121 | 135 | 0 | 16 | 370 | 127 | 56 |
| Binary | 101001 | 1111 | 11011100 | 1010001 | 1011101 | 0 | 1110 | 11111000 | 1010111 | 101110 |
Color Harmonies of #290FDC
Complementary color
Monochromatic Colors of #290FDC
Black with #290FDC
Text Example
Text Example
White with #290FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FDC; }
p { color: rgb(41,15,220); }
H1.HeaderClassName
{
color: #290FDC;
}
.AnyTagClassName
{
color: #290FDC;
}
</style>
background-color css
<style>
a { background-color: #290FDC; }
a { background-color: rgb(41,15,220); }
div.DivClassName
{
background-color: #290FDC;
}
.BgClassName
{
background-color: #290FDC;
}
</style>
border-color css
<style>
span { border-color: #290FDC; }
span { border-color: rgb(41,15,220); }
td.TdClassName
{
border-color: #290FDC;
}
.TagClassName
{
border-color: #290FDC;
}
</style>