Shades of Blue #2904EE
Tints of Blue #2904EE
RGB
CMYK
RGB Variations
Color information
#2904EE (or 0x2904EE) is known color: Blue. HEX triplet: 29, 04 and EE. RGB value is (41,4,238). Sum of RGB (Red+Green+Blue) = 41+4+238=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #2904EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2904EE is #D6FB11. Grayscale: #282828. Windows color (decimal): -14088978 or 15598633. OLE color: 15598633.
HSL color Cylindrical-coordinate representation of color #2904EE: hue angle of 249.49º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904EE is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 4 | 238 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.07 |
| HSL | 249.49º | 0.97% | 0.47% | - |
| HSV(B) | 249.49º | 0.98% | 0.93% | - |
| XYZ | 16.39 | 6.73 | 81.32 | - |
| YUV | 41.74 | 238.76 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 238 | 0.83 | 0.98 | 0 | 0.07 | 249.49 | 0.97 | 0.47 |
| Hex | 29 | 4 | EE | 53 | 62 | 0 | 7 | F9 | 61 | 2F |
| Octal | 51 | 4 | 356 | 123 | 142 | 0 | 7 | 371 | 141 | 57 |
| Binary | 101001 | 100 | 11101110 | 1010011 | 1100010 | 0 | 111 | 11111001 | 1100001 | 101111 |
Color Harmonies of #2904EE
Complementary color
Monochromatic Colors of #2904EE
Black with #2904EE
Text Example
Text Example
White with #2904EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904EE; }
p { color: rgb(41,4,238); }
H1.HeaderClassName
{
color: #2904EE;
}
.AnyTagClassName
{
color: #2904EE;
}
</style>
background-color css
<style>
a { background-color: #2904EE; }
a { background-color: rgb(41,4,238); }
div.DivClassName
{
background-color: #2904EE;
}
.BgClassName
{
background-color: #2904EE;
}
</style>
border-color css
<style>
span { border-color: #2904EE; }
span { border-color: rgb(41,4,238); }
td.TdClassName
{
border-color: #2904EE;
}
.TagClassName
{
border-color: #2904EE;
}
</style>