Shades of Blue #290BFD
Tints of Blue #290BFD
RGB
CMYK
RGB Variations
Color information
#290BFD (or 0x290BFD) is known color: Blue. HEX triplet: 29, 0B and FD. RGB value is (41,11,253). Sum of RGB (Red+Green+Blue) = 41+11+253=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #290BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290BFD is #D6F402. Grayscale: #2E2E2E. Windows color (decimal): -14087171 or 16583465. OLE color: 16583465.
HSL color Cylindrical-coordinate representation of color #290BFD: hue angle of 247.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290BFD is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 11 | 253 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.01 |
| HSL | 247.44º | 0.98% | 0.52% | - |
| HSV(B) | 247.44º | 0.96% | 0.99% | - |
| XYZ | 18.76 | 7.8 | 93.45 | - |
| YUV | 47.56 | 243.94 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 253 | 0.84 | 0.96 | 0 | 0.01 | 247.44 | 0.98 | 0.52 |
| Hex | 29 | B | FD | 54 | 60 | 0 | 1 | F7 | 62 | 34 |
| Octal | 51 | 13 | 375 | 124 | 140 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101001 | 1011 | 11111101 | 1010100 | 1100000 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #290BFD
Complementary color
Monochromatic Colors of #290BFD
Black with #290BFD
Text Example
Text Example
White with #290BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BFD; }
p { color: rgb(41,11,253); }
H1.HeaderClassName
{
color: #290BFD;
}
.AnyTagClassName
{
color: #290BFD;
}
</style>
background-color css
<style>
a { background-color: #290BFD; }
a { background-color: rgb(41,11,253); }
div.DivClassName
{
background-color: #290BFD;
}
.BgClassName
{
background-color: #290BFD;
}
</style>
border-color css
<style>
span { border-color: #290BFD; }
span { border-color: rgb(41,11,253); }
td.TdClassName
{
border-color: #290BFD;
}
.TagClassName
{
border-color: #290BFD;
}
</style>