Shades of Blue #290AFB
Tints of Blue #290AFB
RGB
CMYK
RGB Variations
Color information
#290AFB (or 0x290AFB) is known color: Blue. HEX triplet: 29, 0A and FB. RGB value is (41,10,251). Sum of RGB (Red+Green+Blue) = 41+10+251=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #290AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AFB is #D6F504. Grayscale: #2D2D2D. Windows color (decimal): -14087429 or 16452137. OLE color: 16452137.
HSL color Cylindrical-coordinate representation of color #290AFB: hue angle of 247.72º degrees, saturation: 0.97, 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 #290AFB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 10 | 251 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.72º | 0.97% | 0.51% | - |
| HSV(B) | 247.72º | 0.96% | 0.98% | - |
| XYZ | 18.44 | 7.65 | 91.77 | - |
| YUV | 46.74 | 243.27 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 251 | 0.84 | 0.96 | 0 | 0.02 | 247.72 | 0.97 | 0.51 |
| Hex | 29 | A | FB | 54 | 60 | 0 | 2 | F8 | 61 | 33 |
| Octal | 51 | 12 | 373 | 124 | 140 | 0 | 2 | 370 | 141 | 63 |
| Binary | 101001 | 1010 | 11111011 | 1010100 | 1100000 | 0 | 10 | 11111000 | 1100001 | 110011 |
Color Harmonies of #290AFB
Complementary color
Monochromatic Colors of #290AFB
Black with #290AFB
Text Example
Text Example
White with #290AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AFB; }
p { color: rgb(41,10,251); }
H1.HeaderClassName
{
color: #290AFB;
}
.AnyTagClassName
{
color: #290AFB;
}
</style>
background-color css
<style>
a { background-color: #290AFB; }
a { background-color: rgb(41,10,251); }
div.DivClassName
{
background-color: #290AFB;
}
.BgClassName
{
background-color: #290AFB;
}
</style>
border-color css
<style>
span { border-color: #290AFB; }
span { border-color: rgb(41,10,251); }
td.TdClassName
{
border-color: #290AFB;
}
.TagClassName
{
border-color: #290AFB;
}
</style>