Shades of Blue #290AF9
Tints of Blue #290AF9
RGB
CMYK
RGB Variations
Color information
#290AF9 (or 0x290AF9) is known color: Blue. HEX triplet: 29, 0A and F9. RGB value is (41,10,249). Sum of RGB (Red+Green+Blue) = 41+10+249=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #290AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AF9 is #D6F506. Grayscale: #2D2D2D. Windows color (decimal): -14087431 or 16321065. OLE color: 16321065.
HSL color Cylindrical-coordinate representation of color #290AF9: hue angle of 247.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AF9 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 10 | 249 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.78º | 0.95% | 0.51% | - |
| HSV(B) | 247.78º | 0.96% | 0.98% | - |
| XYZ | 18.12 | 7.53 | 90.12 | - |
| YUV | 46.52 | 242.27 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 249 | 0.84 | 0.96 | 0 | 0.02 | 247.78 | 0.95 | 0.51 |
| Hex | 29 | A | F9 | 54 | 60 | 0 | 2 | F8 | 5F | 33 |
| Octal | 51 | 12 | 371 | 124 | 140 | 0 | 2 | 370 | 137 | 63 |
| Binary | 101001 | 1010 | 11111001 | 1010100 | 1100000 | 0 | 10 | 11111000 | 1011111 | 110011 |
Color Harmonies of #290AF9
Complementary color
Monochromatic Colors of #290AF9
Black with #290AF9
Text Example
Text Example
White with #290AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AF9; }
p { color: rgb(41,10,249); }
H1.HeaderClassName
{
color: #290AF9;
}
.AnyTagClassName
{
color: #290AF9;
}
</style>
background-color css
<style>
a { background-color: #290AF9; }
a { background-color: rgb(41,10,249); }
div.DivClassName
{
background-color: #290AF9;
}
.BgClassName
{
background-color: #290AF9;
}
</style>
border-color css
<style>
span { border-color: #290AF9; }
span { border-color: rgb(41,10,249); }
td.TdClassName
{
border-color: #290AF9;
}
.TagClassName
{
border-color: #290AF9;
}
</style>