Html Css Color HEX #2E6ECE Royal Blue

📋 copy color: '#2E6ECE'

red 46 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #2E6ECE

Tints of Royal Blue #2E6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 12.71%
G = 30.39%
B = 56.91%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E6ECE (or 0x2E6ECE) is known color: Royal Blue. HEX triplet: 2E, 6E and CE. RGB value is (46,110,206). Sum of RGB (Red+Green+Blue) = 46+110+206=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ECE is #D19131. Grayscale: #656565. Windows color (decimal): -13734194 or 13528622. OLE color: 13528622.

HSL color Cylindrical-coordinate representation of color #2E6ECE: hue angle of 216º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6ECE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 110 206 -
CMYK 0.78 0.47 0 0.19
HSL 216º 0.63% 0.49% -
HSV(B) 216º 0.78% 0.81% -
XYZ 17.84 16.19 60.58 -
YUV 101.81 186.8 88.19 -
System Red Green Blue C M Y K H S L
Decimal 46 110 206 0.78 0.47 0 0.19 216 0.63 0.49
Hex 2E 6E CE 4E 2F 0 13 D8 3F 31
Octal 56 156 316 116 57 0 23 330 77 61
Binary 101110 1101110 11001110 1001110 101111 0 10011 11011000 111111 110001

Color Harmonies of #2E6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ECE

Black with #2E6ECE

Text Example


Text Example

White with #2E6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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