Shades of Royal Blue #2E57EE
Tints of Royal Blue #2E57EE
RGB
CMYK
RGB Variations
Color information
#2E57EE (or 0x2E57EE) is known color: Royal Blue. HEX triplet: 2E, 57 and EE. RGB value is (46,87,238). Sum of RGB (Red+Green+Blue) = 46+87+238=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E57EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E57EE is #D1A811. Grayscale: #5B5B5B. Windows color (decimal): -13740050 or 15619886. OLE color: 15619886.
HSL color Cylindrical-coordinate representation of color #2E57EE: hue angle of 227.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E57EE is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 87 | 238 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.07 |
| HSL | 227.19º | 0.85% | 0.56% | - |
| HSV(B) | 227.19º | 0.81% | 0.93% | - |
| XYZ | 19.97 | 13.57 | 82.46 | - |
| YUV | 91.96 | 210.42 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 238 | 0.81 | 0.63 | 0 | 0.07 | 227.19 | 0.85 | 0.56 |
| Hex | 2E | 57 | EE | 51 | 3F | 0 | 7 | E3 | 55 | 38 |
| Octal | 56 | 127 | 356 | 121 | 77 | 0 | 7 | 343 | 125 | 70 |
| Binary | 101110 | 1010111 | 11101110 | 1010001 | 111111 | 0 | 111 | 11100011 | 1010101 | 111000 |
Color Harmonies of #2E57EE
Complementary color
Monochromatic Colors of #2E57EE
Black with #2E57EE
Text Example
Text Example
White with #2E57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E57EE; }
p { color: rgb(46,87,238); }
H1.HeaderClassName
{
color: #2E57EE;
}
.AnyTagClassName
{
color: #2E57EE;
}
</style>
background-color css
<style>
a { background-color: #2E57EE; }
a { background-color: rgb(46,87,238); }
div.DivClassName
{
background-color: #2E57EE;
}
.BgClassName
{
background-color: #2E57EE;
}
</style>
border-color css
<style>
span { border-color: #2E57EE; }
span { border-color: rgb(46,87,238); }
td.TdClassName
{
border-color: #2E57EE;
}
.TagClassName
{
border-color: #2E57EE;
}
</style>