Shades of Blue #290AFF
Tints of Blue #290AFF
RGB
CMYK
RGB Variations
Color information
#290AFF (or 0x290AFF) is known color: Blue. HEX triplet: 29, 0A and FF. RGB value is (41,10,255). Sum of RGB (Red+Green+Blue) = 41+10+255=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #290AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AFF is #D6F500. Grayscale: #2E2E2E. Windows color (decimal): -14087425 or 16714281. OLE color: 16714281.
HSL color Cylindrical-coordinate representation of color #290AFF: hue angle of 247.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AFF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 10 | 255 | - |
| CMYK | 0.84 | 0.96 | 0 | 0 |
| HSL | 247.59º | 1% | 0.52% | - |
| HSV(B) | 247.59º | 0.96% | 1% | - |
| XYZ | 19.07 | 7.91 | 95.13 | - |
| YUV | 47.2 | 245.27 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 255 | 0.84 | 0.96 | 0 | 0 | 247.59 | 1 | 0.52 |
| Hex | 29 | A | FF | 54 | 60 | 0 | 0 | F8 | 64 | 34 |
| Octal | 51 | 12 | 377 | 124 | 140 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101001 | 1010 | 11111111 | 1010100 | 1100000 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #290AFF
Complementary color
Monochromatic Colors of #290AFF
Black with #290AFF
Text Example
Text Example
White with #290AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AFF; }
p { color: rgb(41,10,255); }
H1.HeaderClassName
{
color: #290AFF;
}
.AnyTagClassName
{
color: #290AFF;
}
</style>
background-color css
<style>
a { background-color: #290AFF; }
a { background-color: rgb(41,10,255); }
div.DivClassName
{
background-color: #290AFF;
}
.BgClassName
{
background-color: #290AFF;
}
</style>
border-color css
<style>
span { border-color: #290AFF; }
span { border-color: rgb(41,10,255); }
td.TdClassName
{
border-color: #290AFF;
}
.TagClassName
{
border-color: #290AFF;
}
</style>