Shades of Blue #2901EE
Tints of Blue #2901EE
RGB
CMYK
RGB Variations
Color information
#2901EE (or 0x2901EE) is known color: Blue. HEX triplet: 29, 01 and EE. RGB value is (41,1,238). Sum of RGB (Red+Green+Blue) = 41+1+238=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 238 (93.36% from 255 or 85% from 280); Max value from RGB is 238 - color contains mainly: blue. Hex color #2901EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2901EE is #D6FE11. Grayscale: #272727. Windows color (decimal): -14089746 or 15597865. OLE color: 15597865.
HSL color Cylindrical-coordinate representation of color #2901EE: hue angle of 250.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2901EE is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 1 | 238 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.07 |
| HSL | 250.13º | 0.99% | 0.47% | - |
| HSV(B) | 250.13º | 1% | 0.93% | - |
| XYZ | 16.36 | 6.67 | 81.31 | - |
| YUV | 39.98 | 239.75 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 238 | 0.83 | 1.00 | 0 | 0.07 | 250.13 | 0.99 | 0.47 |
| Hex | 29 | 1 | EE | 53 | 64 | 0 | 7 | FA | 63 | 2F |
| Octal | 51 | 1 | 356 | 123 | 144 | 0 | 7 | 372 | 143 | 57 |
| Binary | 101001 | 1 | 11101110 | 1010011 | 1100100 | 0 | 111 | 11111010 | 1100011 | 101111 |
Color Harmonies of #2901EE
Complementary color
Monochromatic Colors of #2901EE
Black with #2901EE
Text Example
Text Example
White with #2901EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901EE; }
p { color: rgb(41,1,238); }
H1.HeaderClassName
{
color: #2901EE;
}
.AnyTagClassName
{
color: #2901EE;
}
</style>
background-color css
<style>
a { background-color: #2901EE; }
a { background-color: rgb(41,1,238); }
div.DivClassName
{
background-color: #2901EE;
}
.BgClassName
{
background-color: #2901EE;
}
</style>
border-color css
<style>
span { border-color: #2901EE; }
span { border-color: rgb(41,1,238); }
td.TdClassName
{
border-color: #2901EE;
}
.TagClassName
{
border-color: #2901EE;
}
</style>