Html Css Color HEX #2E5EDF Royal Blue

📋 copy color: '#2E5EDF'

red 46 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #2E5EDF

Tints of Royal Blue #2E5EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 12.67%
G = 25.9%
B = 61.43%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E5EDF (or 0x2E5EDF) is known color: Royal Blue. HEX triplet: 2E, 5E and DF. RGB value is (46,94,223). Sum of RGB (Red+Green+Blue) = 46+94+223=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E5EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EDF is #D1A120. Grayscale: #5D5D5D. Windows color (decimal): -13738273 or 14638638. OLE color: 14638638.

HSL color Cylindrical-coordinate representation of color #2E5EDF: hue angle of 223.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5EDF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 94 223 -
CMYK 0.79 0.58 0 0.13
HSL 223.73º 0.73% 0.53% -
HSV(B) 223.73º 0.79% 0.87% -
XYZ 18.45 13.91 71.53 -
YUV 94.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 46 94 223 0.79 0.58 0 0.13 223.73 0.73 0.53
Hex 2E 5E DF 4F 3A 0 D E0 49 35
Octal 56 136 337 117 72 0 15 340 111 65
Binary 101110 1011110 11011111 1001111 111010 0 1101 11100000 1001001 110101

Color Harmonies of #2E5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5EDF

Black with #2E5EDF

Text Example


Text Example

White with #2E5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,94,223); }

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

background-color css

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

 a { background-color: rgb(46,94,223); }

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

border-color css

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

 span { border-color: rgb(46,94,223); }

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