Shades of Royal Blue #2B55EC
Tints of Royal Blue #2B55EC
RGB
CMYK
RGB Variations
Color information
#2B55EC (or 0x2B55EC) is known color: Royal Blue. HEX triplet: 2B, 55 and EC. RGB value is (43,85,236). Sum of RGB (Red+Green+Blue) = 43+85+236=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B55EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55EC is #D4AA13. Grayscale: #595959. Windows color (decimal): -13937172 or 15488299. OLE color: 15488299.
HSL color Cylindrical-coordinate representation of color #2B55EC: hue angle of 226.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B55EC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 85 | 236 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.07 |
| HSL | 226.94º | 0.84% | 0.55% | - |
| HSV(B) | 226.94º | 0.82% | 0.93% | - |
| XYZ | 19.39 | 13.07 | 80.86 | - |
| YUV | 89.66 | 210.59 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 236 | 0.82 | 0.64 | 0 | 0.07 | 226.94 | 0.84 | 0.55 |
| Hex | 2B | 55 | EC | 52 | 40 | 0 | 7 | E3 | 54 | 37 |
| Octal | 53 | 125 | 354 | 122 | 100 | 0 | 7 | 343 | 124 | 67 |
| Binary | 101011 | 1010101 | 11101100 | 1010010 | 1000000 | 0 | 111 | 11100011 | 1010100 | 110111 |
Color Harmonies of #2B55EC
Complementary color
Monochromatic Colors of #2B55EC
Black with #2B55EC
Text Example
Text Example
White with #2B55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55EC; }
p { color: rgb(43,85,236); }
H1.HeaderClassName
{
color: #2B55EC;
}
.AnyTagClassName
{
color: #2B55EC;
}
</style>
background-color css
<style>
a { background-color: #2B55EC; }
a { background-color: rgb(43,85,236); }
div.DivClassName
{
background-color: #2B55EC;
}
.BgClassName
{
background-color: #2B55EC;
}
</style>
border-color css
<style>
span { border-color: #2B55EC; }
span { border-color: rgb(43,85,236); }
td.TdClassName
{
border-color: #2B55EC;
}
.TagClassName
{
border-color: #2B55EC;
}
</style>