#2E63EA

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

Shades of Royal Blue #2E63EA

Tints of Royal Blue #2E63EA

Color information

#2E63EA (or 0x2E63EA) is unknown color: approx Royal Blue. HEX triplet: 2E, 63 and EA. RGB value is (46,99,234). Sum of RGB (Red+Green+Blue) = 46+99+234=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E63EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E63EA is #D19C15. Grayscale: #616161. Windows color (decimal): -13736982 or 15360814. OLE color: 15360814.

HSL color Cylindrical-coordinate representation of color #2E63EA: hue angle of 223.09º 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 #2E63EA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4699234-
CMYK0.800.5800.08
HSL223.09º81.74%54.9%-
HSV(B)223.09º80.34%91.76%-
XYZ20.4415.4579.75-
YUV98.54204.4490.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 234 (91.80% from 255) = 61.74%
R=12.14%
G=26.12%
B=61.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46992340.800.5800.08223.0981.7454.9
Hex2E63EA503A08df5237
Octal561433521207201033712267
Binary101110110001111101010101000011101001000110111111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E63EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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