Html Css Color HEX #2E11CE Medium Blue

📋 copy color: '#2E11CE'

red 46 ◦ green 17 ◦ blue 206

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

Shades of Medium Blue #2E11CE

Tints of Medium Blue #2E11CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.32%

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

R = 17.1%
G = 6.32%
B = 76.58%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E11CE (or 0x2E11CE) is known color: Medium Blue. HEX triplet: 2E, 11 and CE. RGB value is (46,17,206). Sum of RGB (Red+Green+Blue) = 46+17+206=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E11CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11CE is #D1EE31. Grayscale: #2E2E2E. Windows color (decimal): -13758002 or 13504814. OLE color: 13504814.

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

Color convert

RGB 46 17 206 -
CMYK 0.78 0.92 0 0.19
HSL 249.21º 0.85% 0.44% -
HSV(B) 249.21º 0.92% 0.81% -
XYZ 12.47 5.44 58.79 -
YUV 47.22 217.61 127.13 -
System Red Green Blue C M Y K H S L
Decimal 46 17 206 0.78 0.92 0 0.19 249.21 0.85 0.44
Hex 2E 11 CE 4E 5C 0 13 F9 55 2C
Octal 56 21 316 116 134 0 23 371 125 54
Binary 101110 10001 11001110 1001110 1011100 0 10011 11111001 1010101 101100

Color Harmonies of #2E11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E11CE

Black with #2E11CE

Text Example


Text Example

White with #2E11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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