#2e57eb

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

Shades of Royal Blue #2E57EB

Tints of Royal Blue #2E57EB

Color information

#2E57EB (or 0x2E57EB) is unknown color: approx Royal Blue. HEX triplet: 2E, 57 and EB. RGB value is (46,87,235). Sum of RGB (Red+Green+Blue) = 46+87+235=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E57EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E57EB is #D1A814. Grayscale: #5A5A5A. Windows color (decimal): -13740053 or 15423278. OLE color: 15423278.

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

Color convert

RGB4687235-
CMYK0.800.6300.08
HSL226.98º82.53%55.1%-
HSV(B)226.98º80.43%92.16%-
XYZ19.5313.480.15-
YUV91.61208.9295.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.5%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=12.5%
G=23.64%
B=63.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46872350.800.6300.08226.9882.5355.1
Hex2E57EB503F08e35337
Octal561273531207701034312367
Binary101110101011111101011101000011111101000111000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e57eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,235); }

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

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

 a { background-color: rgb(46,87,235); }

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

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

 span { border-color: rgb(46,87,235); }

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