Shades of Blue #290BFE
Tints of Blue #290BFE
RGB
CMYK
RGB Variations
Color information
#290BFE (or 0x290BFE) is known color: Blue. HEX triplet: 29, 0B and FE. RGB value is (41,11,254). Sum of RGB (Red+Green+Blue) = 41+11+254=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #290BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290BFE is #D6F401. Grayscale: #2E2E2E. Windows color (decimal): -14087170 or 16649001. OLE color: 16649001.
HSL color Cylindrical-coordinate representation of color #290BFE: hue angle of 247.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290BFE is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 11 | 254 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.00 |
| HSL | 247.41º | 0.99% | 0.52% | - |
| HSV(B) | 247.41º | 0.96% | 1% | - |
| XYZ | 18.92 | 7.87 | 94.29 | - |
| YUV | 47.67 | 244.44 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 254 | 0.84 | 0.96 | 0 | 0.00 | 247.41 | 0.99 | 0.52 |
| Hex | 29 | B | FE | 54 | 60 | 0 | 0 | F7 | 63 | 34 |
| Octal | 51 | 13 | 376 | 124 | 140 | 0 | 0 | 367 | 143 | 64 |
| Binary | 101001 | 1011 | 11111110 | 1010100 | 1100000 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #290BFE
Complementary color
Monochromatic Colors of #290BFE
Black with #290BFE
Text Example
Text Example
White with #290BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BFE; }
p { color: rgb(41,11,254); }
H1.HeaderClassName
{
color: #290BFE;
}
.AnyTagClassName
{
color: #290BFE;
}
</style>
background-color css
<style>
a { background-color: #290BFE; }
a { background-color: rgb(41,11,254); }
div.DivClassName
{
background-color: #290BFE;
}
.BgClassName
{
background-color: #290BFE;
}
</style>
border-color css
<style>
span { border-color: #290BFE; }
span { border-color: rgb(41,11,254); }
td.TdClassName
{
border-color: #290BFE;
}
.TagClassName
{
border-color: #290BFE;
}
</style>