Html Css Color HEX #2E6EDE Royal Blue

📋 copy color: '#2E6EDE'

red 46 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #2E6EDE

Tints of Royal Blue #2E6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 12.17%
G = 29.1%
B = 58.73%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E6EDE (or 0x2E6EDE) is known color: Royal Blue. HEX triplet: 2E, 6E and DE. RGB value is (46,110,222). Sum of RGB (Red+Green+Blue) = 46+110+222=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6EDE is #D19121. Grayscale: #676767. Windows color (decimal): -13734178 or 14577198. OLE color: 14577198.

HSL color Cylindrical-coordinate representation of color #2E6EDE: hue angle of 218.18º 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 #2E6EDE is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 110 222 -
CMYK 0.79 0.50 0 0.13
HSL 218.18º 0.73% 0.53% -
HSV(B) 218.18º 0.79% 0.87% -
XYZ 19.89 17.01 71.34 -
YUV 103.63 194.8 86.89 -
System Red Green Blue C M Y K H S L
Decimal 46 110 222 0.79 0.50 0 0.13 218.18 0.73 0.53
Hex 2E 6E DE 4F 32 0 D DA 49 35
Octal 56 156 336 117 62 0 15 332 111 65
Binary 101110 1101110 11011110 1001111 110010 0 1101 11011010 1001001 110101

Color Harmonies of #2E6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6EDE

Black with #2E6EDE

Text Example


Text Example

White with #2E6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,110,222); }

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

background-color css

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

 a { background-color: rgb(46,110,222); }

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

border-color css

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

 span { border-color: rgb(46,110,222); }

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