Html Css Color HEX #2E5DEB Royal Blue

📋 copy color: '#2E5DEB'

red 46 ◦ green 93 ◦ blue 235

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

Shades of Royal Blue #2E5DEB

Tints of Royal Blue #2E5DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

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

R = 12.3%
G = 24.87%
B = 62.83%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E5DEB (or 0x2E5DEB) is known color: Royal Blue. HEX triplet: 2E, 5D and EB. RGB value is (46,93,235). Sum of RGB (Red+Green+Blue) = 46+93+235=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E5DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5DEB is #D1A214. Grayscale: #5E5E5E. Windows color (decimal): -13738517 or 15424814. OLE color: 15424814.

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

Color convert

RGB 46 93 235 -
CMYK 0.80 0.60 0 0.08
HSL 225.08º 0.83% 0.55% -
HSV(B) 225.08º 0.8% 0.92% -
XYZ 20.04 14.41 80.32 -
YUV 95.14 206.93 92.95 -
System Red Green Blue C M Y K H S L
Decimal 46 93 235 0.80 0.60 0 0.08 225.08 0.83 0.55
Hex 2E 5D EB 50 3C 0 8 E1 53 37
Octal 56 135 353 120 74 0 10 341 123 67
Binary 101110 1011101 11101011 1010000 111100 0 1000 11100001 1010011 110111

Color Harmonies of #2E5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DEB

Black with #2E5DEB

Text Example


Text Example

White with #2E5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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