Html Css Color HEX #2E5BEB Royal Blue

📋 copy color: '#2E5BEB'

red 46 ◦ green 91 ◦ blue 235

#2E5BEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2E5BEB

Tints of Royal Blue #2E5BEB

RGB

 RED value IS 46 (18.36% from 255) = 12.37%

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 12.37%
G = 24.46%
B = 63.17%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E5BEB (or 0x2E5BEB) is known color: Royal Blue. HEX triplet: 2E, 5B and EB. RGB value is (46,91,235). Sum of RGB (Red+Green+Blue) = 46+91+235=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E5BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5BEB is #D1A414. Grayscale: #5D5D5D. Windows color (decimal): -13739029 or 15424302. OLE color: 15424302.

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

Color convert

RGB 46 91 235 -
CMYK 0.80 0.61 0 0.08
HSL 225.71º 0.83% 0.55% -
HSV(B) 225.71º 0.8% 0.92% -
XYZ 19.86 14.06 80.26 -
YUV 93.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 46 91 235 0.80 0.61 0 0.08 225.71 0.83 0.55
Hex 2E 5B EB 50 3D 0 8 E2 53 37
Octal 56 133 353 120 75 0 10 342 123 67
Binary 101110 1011011 11101011 1010000 111101 0 1000 11100010 1010011 110111

Color Harmonies of #2E5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5BEB

Black with #2E5BEB

Text Example


Text Example

White with #2E5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E5BEB;
 }
 .AnyTagClassName
 {
   color: #2E5BEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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