Html Css Color HEX #2E11CF Medium Blue

📋 copy color: '#2E11CF'

red 46 ◦ green 17 ◦ blue 207

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

Shades of Medium Blue #2E11CF

Tints of Medium Blue #2E11CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 17.04%
G = 6.3%
B = 76.67%

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

#2E11CF (or 0x2E11CF) is known color: Medium Blue. HEX triplet: 2E, 11 and CF. RGB value is (46,17,207). Sum of RGB (Red+Green+Blue) = 46+17+207=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E11CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11CF is #D1EE30. Grayscale: #2E2E2E. Windows color (decimal): -13758001 or 13570350. OLE color: 13570350.

HSL color Cylindrical-coordinate representation of color #2E11CF: hue angle of 249.16º 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 #2E11CF is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 17 207 -
CMYK 0.78 0.92 0 0.19
HSL 249.16º 0.85% 0.44% -
HSV(B) 249.16º 0.92% 0.81% -
XYZ 12.59 5.49 59.43 -
YUV 47.33 218.11 127.05 -
System Red Green Blue C M Y K H S L
Decimal 46 17 207 0.78 0.92 0 0.19 249.16 0.85 0.44
Hex 2E 11 CF 4E 5C 0 13 F9 55 2C
Octal 56 21 317 116 134 0 23 371 125 54
Binary 101110 10001 11001111 1001110 1011100 0 10011 11111001 1010101 101100

Color Harmonies of #2E11CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E11CF

Black with #2E11CF

Text Example


Text Example

White with #2E11CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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