Shades of Royal Blue #2A57EC
Tints of Royal Blue #2A57EC
RGB
CMYK
RGB Variations
Color information
#2A57EC (or 0x2A57EC) is known color: Royal Blue. HEX triplet: 2A, 57 and EC. RGB value is (42,87,236). Sum of RGB (Red+Green+Blue) = 42+87+236=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A57EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A57EC is #D5A813. Grayscale: #595959. Windows color (decimal): -14002196 or 15488810. OLE color: 15488810.
HSL color Cylindrical-coordinate representation of color #2A57EC: hue angle of 226.08º 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 #2A57EC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 87 | 236 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.07 |
| HSL | 226.08º | 0.84% | 0.55% | - |
| HSV(B) | 226.08º | 0.82% | 0.93% | - |
| XYZ | 19.5 | 13.36 | 80.91 | - |
| YUV | 90.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 236 | 0.82 | 0.63 | 0 | 0.07 | 226.08 | 0.84 | 0.55 |
| Hex | 2A | 57 | EC | 52 | 3F | 0 | 7 | E2 | 54 | 37 |
| Octal | 52 | 127 | 354 | 122 | 77 | 0 | 7 | 342 | 124 | 67 |
| Binary | 101010 | 1010111 | 11101100 | 1010010 | 111111 | 0 | 111 | 11100010 | 1010100 | 110111 |
Color Harmonies of #2A57EC
Complementary color
Monochromatic Colors of #2A57EC
Black with #2A57EC
Text Example
Text Example
White with #2A57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A57EC; }
p { color: rgb(42,87,236); }
H1.HeaderClassName
{
color: #2A57EC;
}
.AnyTagClassName
{
color: #2A57EC;
}
</style>
background-color css
<style>
a { background-color: #2A57EC; }
a { background-color: rgb(42,87,236); }
div.DivClassName
{
background-color: #2A57EC;
}
.BgClassName
{
background-color: #2A57EC;
}
</style>
border-color css
<style>
span { border-color: #2A57EC; }
span { border-color: rgb(42,87,236); }
td.TdClassName
{
border-color: #2A57EC;
}
.TagClassName
{
border-color: #2A57EC;
}
</style>