Shades of Blue #2900EB
Tints of Blue #2900EB
RGB
CMYK
RGB Variations
Color information
#2900EB (or 0x2900EB) is known color: Blue. HEX triplet: 29, 00 and EB. RGB value is (41,0,235). Sum of RGB (Red+Green+Blue) = 41+0+235=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #2900EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2900EB is #D6FF14. Grayscale: #262626. Windows color (decimal): -14090005 or 15401001. OLE color: 15401001.
HSL color Cylindrical-coordinate representation of color #2900EB: hue angle of 250.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900EB is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 0 | 235 | - |
| CMYK | 0.83 | 1 | 0 | 0.08 |
| HSL | 250.47º | 1% | 0.46% | - |
| HSV(B) | 250.47º | 1% | 0.92% | - |
| XYZ | 15.91 | 6.47 | 79.01 | - |
| YUV | 39.05 | 238.58 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 235 | 0.83 | 1 | 0 | 0.08 | 250.47 | 1 | 0.46 |
| Hex | 29 | 0 | EB | 53 | 64 | 0 | 8 | FA | 64 | 2E |
| Octal | 51 | 0 | 353 | 123 | 144 | 0 | 10 | 372 | 144 | 56 |
| Binary | 101001 | 0 | 11101011 | 1010011 | 1100100 | 0 | 1000 | 11111010 | 1100100 | 101110 |
Color Harmonies of #2900EB
Complementary color
Monochromatic Colors of #2900EB
Black with #2900EB
Text Example
Text Example
White with #2900EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900EB; }
p { color: rgb(41,0,235); }
H1.HeaderClassName
{
color: #2900EB;
}
.AnyTagClassName
{
color: #2900EB;
}
</style>
background-color css
<style>
a { background-color: #2900EB; }
a { background-color: rgb(41,0,235); }
div.DivClassName
{
background-color: #2900EB;
}
.BgClassName
{
background-color: #2900EB;
}
</style>
border-color css
<style>
span { border-color: #2900EB; }
span { border-color: rgb(41,0,235); }
td.TdClassName
{
border-color: #2900EB;
}
.TagClassName
{
border-color: #2900EB;
}
</style>