Shades of Royal Blue #2955EB
Tints of Royal Blue #2955EB
RGB
CMYK
RGB Variations
Color information
#2955EB (or 0x2955EB) is known color: Royal Blue. HEX triplet: 29, 55 and EB. RGB value is (41,85,235). Sum of RGB (Red+Green+Blue) = 41+85+235=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #2955EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2955EB is #D6AA14. Grayscale: #585858. Windows color (decimal): -14068245 or 15422761. OLE color: 15422761.
HSL color Cylindrical-coordinate representation of color #2955EB: hue angle of 226.39º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2955EB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 85 | 235 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.08 |
| HSL | 226.39º | 0.83% | 0.54% | - |
| HSV(B) | 226.39º | 0.83% | 0.92% | - |
| XYZ | 19.16 | 12.97 | 80.09 | - |
| YUV | 88.94 | 210.42 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 235 | 0.83 | 0.64 | 0 | 0.08 | 226.39 | 0.83 | 0.54 |
| Hex | 29 | 55 | EB | 53 | 40 | 0 | 8 | E2 | 53 | 36 |
| Octal | 51 | 125 | 353 | 123 | 100 | 0 | 10 | 342 | 123 | 66 |
| Binary | 101001 | 1010101 | 11101011 | 1010011 | 1000000 | 0 | 1000 | 11100010 | 1010011 | 110110 |
Color Harmonies of #2955EB
Complementary color
Monochromatic Colors of #2955EB
Black with #2955EB
Text Example
Text Example
White with #2955EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955EB; }
p { color: rgb(41,85,235); }
H1.HeaderClassName
{
color: #2955EB;
}
.AnyTagClassName
{
color: #2955EB;
}
</style>
background-color css
<style>
a { background-color: #2955EB; }
a { background-color: rgb(41,85,235); }
div.DivClassName
{
background-color: #2955EB;
}
.BgClassName
{
background-color: #2955EB;
}
</style>
border-color css
<style>
span { border-color: #2955EB; }
span { border-color: rgb(41,85,235); }
td.TdClassName
{
border-color: #2955EB;
}
.TagClassName
{
border-color: #2955EB;
}
</style>