Shades of Blue #2903EE
Tints of Blue #2903EE
RGB
CMYK
RGB Variations
Color information
#2903EE (or 0x2903EE) is known color: Blue. HEX triplet: 29, 03 and EE. RGB value is (41,3,238). Sum of RGB (Red+Green+Blue) = 41+3+238=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #2903EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2903EE is #D6FC11. Grayscale: #282828. Windows color (decimal): -14089234 or 15598377. OLE color: 15598377.
HSL color Cylindrical-coordinate representation of color #2903EE: hue angle of 249.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2903EE is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 3 | 238 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.07 |
| HSL | 249.7º | 0.98% | 0.47% | - |
| HSV(B) | 249.7º | 0.99% | 0.93% | - |
| XYZ | 16.38 | 6.71 | 81.32 | - |
| YUV | 41.15 | 239.09 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 238 | 0.83 | 0.99 | 0 | 0.07 | 249.7 | 0.98 | 0.47 |
| Hex | 29 | 3 | EE | 53 | 63 | 0 | 7 | FA | 62 | 2F |
| Octal | 51 | 3 | 356 | 123 | 143 | 0 | 7 | 372 | 142 | 57 |
| Binary | 101001 | 11 | 11101110 | 1010011 | 1100011 | 0 | 111 | 11111010 | 1100010 | 101111 |
Color Harmonies of #2903EE
Complementary color
Monochromatic Colors of #2903EE
Black with #2903EE
Text Example
Text Example
White with #2903EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903EE; }
p { color: rgb(41,3,238); }
H1.HeaderClassName
{
color: #2903EE;
}
.AnyTagClassName
{
color: #2903EE;
}
</style>
background-color css
<style>
a { background-color: #2903EE; }
a { background-color: rgb(41,3,238); }
div.DivClassName
{
background-color: #2903EE;
}
.BgClassName
{
background-color: #2903EE;
}
</style>
border-color css
<style>
span { border-color: #2903EE; }
span { border-color: rgb(41,3,238); }
td.TdClassName
{
border-color: #2903EE;
}
.TagClassName
{
border-color: #2903EE;
}
</style>