Html Css Color HEX #2E74E5 Royal Blue

📋 copy color: '#2E74E5'

red 46 ◦ green 116 ◦ blue 229

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

Shades of Royal Blue #2E74E5

Tints of Royal Blue #2E74E5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 229 (89.84% from 255) = 58.57%

R = 11.76%
G = 29.67%
B = 58.57%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2E74E5 (or 0x2E74E5) is known color: Royal Blue. HEX triplet: 2E, 74 and E5. RGB value is (46,116,229). Sum of RGB (Red+Green+Blue) = 46+116+229=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E74E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E74E5 is #D18B1A. Grayscale: #6B6B6B. Windows color (decimal): -13732635 or 15037486. OLE color: 15037486.

HSL color Cylindrical-coordinate representation of color #2E74E5: hue angle of 217.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E74E5 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 116 229 -
CMYK 0.80 0.49 0 0.10
HSL 217.05º 0.78% 0.54% -
HSV(B) 217.05º 0.8% 0.9% -
XYZ 21.51 18.73 76.61 -
YUV 107.95 196.31 83.81 -
System Red Green Blue C M Y K H S L
Decimal 46 116 229 0.80 0.49 0 0.10 217.05 0.78 0.54
Hex 2E 74 E5 50 31 0 A D9 4E 36
Octal 56 164 345 120 61 0 12 331 116 66
Binary 101110 1110100 11100101 1010000 110001 0 1010 11011001 1001110 110110

Color Harmonies of #2E74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E74E5

Black with #2E74E5

Text Example


Text Example

White with #2E74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,229); }

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

background-color css

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

 a { background-color: rgb(46,116,229); }

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

border-color css

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

 span { border-color: rgb(46,116,229); }

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