Shades of Blue #290BFA
Tints of Blue #290BFA
RGB
CMYK
RGB Variations
Color information
#290BFA (or 0x290BFA) is known color: Blue. HEX triplet: 29, 0B and FA. RGB value is (41,11,250). Sum of RGB (Red+Green+Blue) = 41+11+250=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #290BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290BFA is #D6F405. Grayscale: #2E2E2E. Windows color (decimal): -14087174 or 16386857. OLE color: 16386857.
HSL color Cylindrical-coordinate representation of color #290BFA: hue angle of 247.53º degrees, saturation: 0.96, 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 #290BFA is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 11 | 250 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.53º | 0.96% | 0.51% | - |
| HSV(B) | 247.53º | 0.96% | 0.98% | - |
| XYZ | 18.29 | 7.61 | 90.95 | - |
| YUV | 47.22 | 242.44 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 250 | 0.84 | 0.96 | 0 | 0.02 | 247.53 | 0.96 | 0.51 |
| Hex | 29 | B | FA | 54 | 60 | 0 | 2 | F8 | 60 | 33 |
| Octal | 51 | 13 | 372 | 124 | 140 | 0 | 2 | 370 | 140 | 63 |
| Binary | 101001 | 1011 | 11111010 | 1010100 | 1100000 | 0 | 10 | 11111000 | 1100000 | 110011 |
Color Harmonies of #290BFA
Complementary color
Monochromatic Colors of #290BFA
Black with #290BFA
Text Example
Text Example
White with #290BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BFA; }
p { color: rgb(41,11,250); }
H1.HeaderClassName
{
color: #290BFA;
}
.AnyTagClassName
{
color: #290BFA;
}
</style>
background-color css
<style>
a { background-color: #290BFA; }
a { background-color: rgb(41,11,250); }
div.DivClassName
{
background-color: #290BFA;
}
.BgClassName
{
background-color: #290BFA;
}
</style>
border-color css
<style>
span { border-color: #290BFA; }
span { border-color: rgb(41,11,250); }
td.TdClassName
{
border-color: #290BFA;
}
.TagClassName
{
border-color: #290BFA;
}
</style>