Html Css Color HEX #2E10CE Medium Blue

📋 copy color: '#2E10CE'

red 46 ◦ green 16 ◦ blue 206

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

Shades of Medium Blue #2E10CE

Tints of Medium Blue #2E10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 17.16%
G = 5.97%
B = 76.87%

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

#2E10CE (or 0x2E10CE) is known color: Medium Blue. HEX triplet: 2E, 10 and CE. RGB value is (46,16,206). Sum of RGB (Red+Green+Blue) = 46+16+206=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E10CE is #D1EF31. Grayscale: #2D2D2D. Windows color (decimal): -13758258 or 13504558. OLE color: 13504558.

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

Color convert

RGB 46 16 206 -
CMYK 0.78 0.92 0 0.19
HSL 249.47º 0.86% 0.44% -
HSV(B) 249.47º 0.92% 0.81% -
XYZ 12.45 5.41 58.78 -
YUV 46.63 217.94 127.55 -
System Red Green Blue C M Y K H S L
Decimal 46 16 206 0.78 0.92 0 0.19 249.47 0.86 0.44
Hex 2E 10 CE 4E 5C 0 13 F9 56 2C
Octal 56 20 316 116 134 0 23 371 126 54
Binary 101110 10000 11001110 1001110 1011100 0 10011 11111001 1010110 101100

Color Harmonies of #2E10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E10CE

Black with #2E10CE

Text Example


Text Example

White with #2E10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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