Shades of Royal Blue #2958EA
Tints of Royal Blue #2958EA
RGB
CMYK
RGB Variations
Color information
#2958EA (or 0x2958EA) is known color: Royal Blue. HEX triplet: 29, 58 and EA. RGB value is (41,88,234). Sum of RGB (Red+Green+Blue) = 41+88+234=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #2958EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2958EA is #D6A715. Grayscale: #595959. Windows color (decimal): -14067478 or 15357993. OLE color: 15357993.
HSL color Cylindrical-coordinate representation of color #2958EA: hue angle of 225.39º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2958EA is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 88 | 234 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.08 |
| HSL | 225.39º | 0.82% | 0.54% | - |
| HSV(B) | 225.39º | 0.82% | 0.92% | - |
| XYZ | 19.26 | 13.39 | 79.41 | - |
| YUV | 90.59 | 208.93 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 234 | 0.82 | 0.62 | 0 | 0.08 | 225.39 | 0.82 | 0.54 |
| Hex | 29 | 58 | EA | 52 | 3E | 0 | 8 | E1 | 52 | 36 |
| Octal | 51 | 130 | 352 | 122 | 76 | 0 | 10 | 341 | 122 | 66 |
| Binary | 101001 | 1011000 | 11101010 | 1010010 | 111110 | 0 | 1000 | 11100001 | 1010010 | 110110 |
Color Harmonies of #2958EA
Complementary color
Monochromatic Colors of #2958EA
Black with #2958EA
Text Example
Text Example
White with #2958EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958EA; }
p { color: rgb(41,88,234); }
H1.HeaderClassName
{
color: #2958EA;
}
.AnyTagClassName
{
color: #2958EA;
}
</style>
background-color css
<style>
a { background-color: #2958EA; }
a { background-color: rgb(41,88,234); }
div.DivClassName
{
background-color: #2958EA;
}
.BgClassName
{
background-color: #2958EA;
}
</style>
border-color css
<style>
span { border-color: #2958EA; }
span { border-color: rgb(41,88,234); }
td.TdClassName
{
border-color: #2958EA;
}
.TagClassName
{
border-color: #2958EA;
}
</style>