Shades of Royal Blue #2A57EF
Tints of Royal Blue #2A57EF
RGB
CMYK
RGB Variations
Color information
#2A57EF (or 0x2A57EF) is known color: Royal Blue. HEX triplet: 2A, 57 and EF. RGB value is (42,87,239). Sum of RGB (Red+Green+Blue) = 42+87+239=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A57EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A57EF is #D5A810. Grayscale: #5A5A5A. Windows color (decimal): -14002193 or 15685418. OLE color: 15685418.
HSL color Cylindrical-coordinate representation of color #2A57EF: hue angle of 226.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A57EF is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 87 | 239 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.06 |
| HSL | 226.29º | 0.86% | 0.55% | - |
| HSV(B) | 226.29º | 0.82% | 0.94% | - |
| XYZ | 19.94 | 13.54 | 83.22 | - |
| YUV | 90.87 | 211.59 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 239 | 0.82 | 0.64 | 0 | 0.06 | 226.29 | 0.86 | 0.55 |
| Hex | 2A | 57 | EF | 52 | 40 | 0 | 6 | E2 | 56 | 37 |
| Octal | 52 | 127 | 357 | 122 | 100 | 0 | 6 | 342 | 126 | 67 |
| Binary | 101010 | 1010111 | 11101111 | 1010010 | 1000000 | 0 | 110 | 11100010 | 1010110 | 110111 |
Color Harmonies of #2A57EF
Complementary color
Monochromatic Colors of #2A57EF
Black with #2A57EF
Text Example
Text Example
White with #2A57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A57EF; }
p { color: rgb(42,87,239); }
H1.HeaderClassName
{
color: #2A57EF;
}
.AnyTagClassName
{
color: #2A57EF;
}
</style>
background-color css
<style>
a { background-color: #2A57EF; }
a { background-color: rgb(42,87,239); }
div.DivClassName
{
background-color: #2A57EF;
}
.BgClassName
{
background-color: #2A57EF;
}
</style>
border-color css
<style>
span { border-color: #2A57EF; }
span { border-color: rgb(42,87,239); }
td.TdClassName
{
border-color: #2A57EF;
}
.TagClassName
{
border-color: #2A57EF;
}
</style>