Shades of Royal Blue #2B58E5
Tints of Royal Blue #2B58E5
RGB
CMYK
RGB Variations
Color information
#2B58E5 (or 0x2B58E5) is known color: Royal Blue. HEX triplet: 2B, 58 and E5. RGB value is (43,88,229). Sum of RGB (Red+Green+Blue) = 43+88+229=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B58E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B58E5 is #D4A71A. Grayscale: #5A5A5A. Windows color (decimal): -13936411 or 15030315. OLE color: 15030315.
HSL color Cylindrical-coordinate representation of color #2B58E5: hue angle of 225.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B58E5 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 88 | 229 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.10 |
| HSL | 225.48º | 0.78% | 0.53% | - |
| HSV(B) | 225.48º | 0.81% | 0.9% | - |
| XYZ | 18.63 | 13.15 | 75.69 | - |
| YUV | 90.62 | 206.09 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 229 | 0.81 | 0.62 | 0 | 0.10 | 225.48 | 0.78 | 0.53 |
| Hex | 2B | 58 | E5 | 51 | 3E | 0 | A | E1 | 4E | 35 |
| Octal | 53 | 130 | 345 | 121 | 76 | 0 | 12 | 341 | 116 | 65 |
| Binary | 101011 | 1011000 | 11100101 | 1010001 | 111110 | 0 | 1010 | 11100001 | 1001110 | 110101 |
Color Harmonies of #2B58E5
Complementary color
Monochromatic Colors of #2B58E5
Black with #2B58E5
Text Example
Text Example
White with #2B58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B58E5; }
p { color: rgb(43,88,229); }
H1.HeaderClassName
{
color: #2B58E5;
}
.AnyTagClassName
{
color: #2B58E5;
}
</style>
background-color css
<style>
a { background-color: #2B58E5; }
a { background-color: rgb(43,88,229); }
div.DivClassName
{
background-color: #2B58E5;
}
.BgClassName
{
background-color: #2B58E5;
}
</style>
border-color css
<style>
span { border-color: #2B58E5; }
span { border-color: rgb(43,88,229); }
td.TdClassName
{
border-color: #2B58E5;
}
.TagClassName
{
border-color: #2B58E5;
}
</style>