Html Css Color HEX #2E5BE8 Royal Blue

📋 copy color: '#2E5BE8'

red 46 ◦ green 91 ◦ blue 232

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

Shades of Royal Blue #2E5BE8

Tints of Royal Blue #2E5BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.87%

R = 12.47%
G = 24.66%
B = 62.87%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2E5BE8 (or 0x2E5BE8) is known color: Royal Blue. HEX triplet: 2E, 5B and E8. RGB value is (46,91,232). Sum of RGB (Red+Green+Blue) = 46+91+232=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #2E5BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5BE8 is #D1A417. Grayscale: #5D5D5D. Windows color (decimal): -13739032 or 15227694. OLE color: 15227694.

HSL color Cylindrical-coordinate representation of color #2E5BE8: hue angle of 225.48º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E5BE8 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 91 232 -
CMYK 0.80 0.61 0 0.09
HSL 225.48º 0.8% 0.55% -
HSV(B) 225.48º 0.8% 0.91% -
XYZ 19.43 13.89 78 -
YUV 93.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 46 91 232 0.80 0.61 0 0.09 225.48 0.8 0.55
Hex 2E 5B E8 50 3D 0 9 E1 50 37
Octal 56 133 350 120 75 0 11 341 120 67
Binary 101110 1011011 11101000 1010000 111101 0 1001 11100001 1010000 110111

Color Harmonies of #2E5BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5BE8

Black with #2E5BE8

Text Example


Text Example

White with #2E5BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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