Html Css Color HEX #2E4EEE Royal Blue

📋 copy color: '#2E4EEE'

red 46 ◦ green 78 ◦ blue 238

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

Shades of Royal Blue #2E4EEE

Tints of Royal Blue #2E4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 12.71%
G = 21.55%
B = 65.75%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E4EEE (or 0x2E4EEE) is known color: Royal Blue. HEX triplet: 2E, 4E and EE. RGB value is (46,78,238). Sum of RGB (Red+Green+Blue) = 46+78+238=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E4EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4EEE is #D1B111. Grayscale: #565656. Windows color (decimal): -13742354 or 15617582. OLE color: 15617582.

HSL color Cylindrical-coordinate representation of color #2E4EEE: hue angle of 230º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E4EEE is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 78 238 -
CMYK 0.81 0.67 0 0.07
HSL 230º 0.85% 0.56% -
HSV(B) 230º 0.81% 0.93% -
XYZ 19.28 12.2 82.23 -
YUV 86.67 213.4 98.99 -
System Red Green Blue C M Y K H S L
Decimal 46 78 238 0.81 0.67 0 0.07 230 0.85 0.56
Hex 2E 4E EE 51 43 0 7 E6 55 38
Octal 56 116 356 121 103 0 7 346 125 70
Binary 101110 1001110 11101110 1010001 1000011 0 111 11100110 1010101 111000

Color Harmonies of #2E4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4EEE

Black with #2E4EEE

Text Example


Text Example

White with #2E4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,78,238); }

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

background-color css

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

 a { background-color: rgb(46,78,238); }

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

border-color css

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

 span { border-color: rgb(46,78,238); }

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