Shades of Blue #290AF5
Tints of Blue #290AF5
RGB
CMYK
RGB Variations
Color information
#290AF5 (or 0x290AF5) is known color: Blue. HEX triplet: 29, 0A and F5. RGB value is (41,10,245). Sum of RGB (Red+Green+Blue) = 41+10+245=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 245 (96.09% from 255 or 82.77% from 296); Max value from RGB is 245 - color contains mainly: blue. Hex color #290AF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AF5 is #D6F50A. Grayscale: #2D2D2D. Windows color (decimal): -14087435 or 16058921. OLE color: 16058921.
HSL color Cylindrical-coordinate representation of color #290AF5: hue angle of 247.91º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AF5 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 10 | 245 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.04 |
| HSL | 247.91º | 0.92% | 0.5% | - |
| HSV(B) | 247.91º | 0.96% | 0.96% | - |
| XYZ | 17.5 | 7.28 | 86.87 | - |
| YUV | 46.06 | 240.27 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 245 | 0.83 | 0.96 | 0 | 0.04 | 247.91 | 0.92 | 0.5 |
| Hex | 29 | A | F5 | 53 | 60 | 0 | 4 | F8 | 5C | 32 |
| Octal | 51 | 12 | 365 | 123 | 140 | 0 | 4 | 370 | 134 | 62 |
| Binary | 101001 | 1010 | 11110101 | 1010011 | 1100000 | 0 | 100 | 11111000 | 1011100 | 110010 |
Color Harmonies of #290AF5
Complementary color
Monochromatic Colors of #290AF5
Black with #290AF5
Text Example
Text Example
White with #290AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AF5; }
p { color: rgb(41,10,245); }
H1.HeaderClassName
{
color: #290AF5;
}
.AnyTagClassName
{
color: #290AF5;
}
</style>
background-color css
<style>
a { background-color: #290AF5; }
a { background-color: rgb(41,10,245); }
div.DivClassName
{
background-color: #290AF5;
}
.BgClassName
{
background-color: #290AF5;
}
</style>
border-color css
<style>
span { border-color: #290AF5; }
span { border-color: rgb(41,10,245); }
td.TdClassName
{
border-color: #290AF5;
}
.TagClassName
{
border-color: #290AF5;
}
</style>