Shades of Blue #2904FA
Tints of Blue #2904FA
RGB
CMYK
RGB Variations
Color information
#2904FA (or 0x2904FA) is known color: Blue. HEX triplet: 29, 04 and FA. RGB value is (41,4,250). Sum of RGB (Red+Green+Blue) = 41+4+250=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #2904FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2904FA is #D6FB05. Grayscale: #2A2A2A. Windows color (decimal): -14088966 or 16385065. OLE color: 16385065.
HSL color Cylindrical-coordinate representation of color #2904FA: hue angle of 249.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904FA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 4 | 250 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.02 |
| HSL | 249.02º | 0.97% | 0.5% | - |
| HSV(B) | 249.02º | 0.98% | 0.98% | - |
| XYZ | 18.21 | 7.46 | 90.92 | - |
| YUV | 43.11 | 244.76 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 250 | 0.84 | 0.98 | 0 | 0.02 | 249.02 | 0.97 | 0.5 |
| Hex | 29 | 4 | FA | 54 | 62 | 0 | 2 | F9 | 61 | 32 |
| Octal | 51 | 4 | 372 | 124 | 142 | 0 | 2 | 371 | 141 | 62 |
| Binary | 101001 | 100 | 11111010 | 1010100 | 1100010 | 0 | 10 | 11111001 | 1100001 | 110010 |
Color Harmonies of #2904FA
Complementary color
Monochromatic Colors of #2904FA
Black with #2904FA
Text Example
Text Example
White with #2904FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904FA; }
p { color: rgb(41,4,250); }
H1.HeaderClassName
{
color: #2904FA;
}
.AnyTagClassName
{
color: #2904FA;
}
</style>
background-color css
<style>
a { background-color: #2904FA; }
a { background-color: rgb(41,4,250); }
div.DivClassName
{
background-color: #2904FA;
}
.BgClassName
{
background-color: #2904FA;
}
</style>
border-color css
<style>
span { border-color: #2904FA; }
span { border-color: rgb(41,4,250); }
td.TdClassName
{
border-color: #2904FA;
}
.TagClassName
{
border-color: #2904FA;
}
</style>