#2E50EF

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

Shades of Royal Blue #2E50EF

Tints of Royal Blue #2E50EF

Color information

#2E50EF (or 0x2E50EF) is unknown color: approx Royal Blue. HEX triplet: 2E, 50 and EF. RGB value is (46,80,239). Sum of RGB (Red+Green+Blue) = 46+80+239=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E50EF is #D1AF10. Grayscale: #575757. Windows color (decimal): -13741841 or 15683630. OLE color: 15683630.

HSL color Cylindrical-coordinate representation of color #2E50EF: hue angle of 229.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E50EF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4680239-
CMYK0.810.6700.06
HSL229.43º85.78%55.88%-
HSV(B)229.43º80.75%93.73%-
XYZ19.5812.5583.05-
YUV87.96213.2498.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 239 (93.75% from 255) = 65.48%
R=12.60%
G=21.92%
B=65.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46802390.810.6700.06229.4385.7855.88
Hex2E50EF514306e55638
Octal561203571211030634512670
Binary101110101000011101111101000110000110110111001011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,239); }

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

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

 a { background-color: rgb(46,80,239); }

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

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

 span { border-color: rgb(46,80,239); }

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