Shades of Royal Blue #2A55EC
Tints of Royal Blue #2A55EC
RGB
CMYK
RGB Variations
Color information
#2A55EC (or 0x2A55EC) is known color: Royal Blue. HEX triplet: 2A, 55 and EC. RGB value is (42,85,236). Sum of RGB (Red+Green+Blue) = 42+85+236=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A55EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A55EC is #D5AA13. Grayscale: #585858. Windows color (decimal): -14002708 or 15488298. OLE color: 15488298.
HSL color Cylindrical-coordinate representation of color #2A55EC: hue angle of 226.7º 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 #2A55EC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 85 | 236 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.07 |
| HSL | 226.7º | 0.84% | 0.55% | - |
| HSV(B) | 226.7º | 0.82% | 0.93% | - |
| XYZ | 19.34 | 13.05 | 80.86 | - |
| YUV | 89.36 | 210.75 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 236 | 0.82 | 0.64 | 0 | 0.07 | 226.7 | 0.84 | 0.55 |
| Hex | 2A | 55 | EC | 52 | 40 | 0 | 7 | E3 | 54 | 37 |
| Octal | 52 | 125 | 354 | 122 | 100 | 0 | 7 | 343 | 124 | 67 |
| Binary | 101010 | 1010101 | 11101100 | 1010010 | 1000000 | 0 | 111 | 11100011 | 1010100 | 110111 |
Color Harmonies of #2A55EC
Complementary color
Monochromatic Colors of #2A55EC
Black with #2A55EC
Text Example
Text Example
White with #2A55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A55EC; }
p { color: rgb(42,85,236); }
H1.HeaderClassName
{
color: #2A55EC;
}
.AnyTagClassName
{
color: #2A55EC;
}
</style>
background-color css
<style>
a { background-color: #2A55EC; }
a { background-color: rgb(42,85,236); }
div.DivClassName
{
background-color: #2A55EC;
}
.BgClassName
{
background-color: #2A55EC;
}
</style>
border-color css
<style>
span { border-color: #2A55EC; }
span { border-color: rgb(42,85,236); }
td.TdClassName
{
border-color: #2A55EC;
}
.TagClassName
{
border-color: #2A55EC;
}
</style>