#2E55EA

Color #2E55EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2E55EA

Tints of Royal Blue #2E55EA

Color information

#2E55EA (or 0x2E55EA) is unknown color: approx Royal Blue. HEX triplet: 2E, 55 and EA. RGB value is (46,85,234). Sum of RGB (Red+Green+Blue) = 46+85+234=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E55EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E55EA is #D1AA15. Grayscale: #595959. Windows color (decimal): -13740566 or 15357230. OLE color: 15357230.

HSL color Cylindrical-coordinate representation of color #2E55EA: hue angle of 227.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E55EA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4685234-
CMYK0.800.6400.08
HSL227.55º81.74%54.9%-
HSV(B)227.55º80.34%91.76%-
XYZ19.2313.0279.34-
YUV90.32209.0896.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=12.60%
G=23.29%
B=64.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46852340.800.6400.08227.5581.7454.9
Hex2E55EA504008e45237
Octal5612535212010001034412267
Binary1011101010101111010101010000100000001000111001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E55EA; }

 p { color: rgb(46,85,234); }

 H1.HeaderClassName
 {
   color: #2E55EA;
 }
 .AnyTagClassName
 {
   color: #2E55EA;
 }
</style>
background-color css

<style>
 a { background-color: #2E55EA; }

 a { background-color: rgb(46,85,234); }

 div.DivClassName
 {
   background-color: #2E55EA;
 }
 .BgClassName
 {
   background-color: #2E55EA;
 }
</style>
border-color css

<style>
 span { border-color: #2E55EA; }

 span { border-color: rgb(46,85,234); }

 td.TdClassName
 {
   border-color: #2E55EA;
 }
 .TagClassName
 {
   border-color: #2E55EA;
 }
</style>