Html Css Color HEX #5E08F3 Electric Indigo

📋 copy color: '#5E08F3'

red 94 ◦ green 8 ◦ blue 243

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

Shades of Electric Indigo #5E08F3

Tints of Electric Indigo #5E08F3

RGB

 RED value IS 94 (37.11% from 255) = 27.25%

 GREEN value IS 8 (3.52% from 255) = 2.32%

 BLUE value IS 243 (95.31% from 255) = 70.43%

R = 27.25%
G = 2.32%
B = 70.43%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5E08F3 (or 0x5E08F3) is known color: Electric Indigo. HEX triplet: 5E, 08 and F3. RGB value is (94,8,243). Sum of RGB (Red+Green+Blue) = 94+8+243=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 243 (95.31% from 255 or 70.43% from 345); Max value from RGB is 243 - color contains mainly: blue. Hex color #5E08F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E08F3 is #A1F70C. Grayscale: #3B3B3B. Windows color (decimal): -10614541 or 15927390. OLE color: 15927390.

HSL color Cylindrical-coordinate representation of color #5E08F3: hue angle of 261.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E08F3 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 8 243 -
CMYK 0.61 0.97 0 0.05
HSL 261.96º 0.94% 0.49% -
HSV(B) 261.96º 0.97% 0.95% -
XYZ 20.88 9.02 85.44 -
YUV 60.5 230.99 151.89 -
System Red Green Blue C M Y K H S L
Decimal 94 8 243 0.61 0.97 0 0.05 261.96 0.94 0.49
Hex 5E 8 F3 3D 61 0 5 106 5E 31
Octal 136 10 363 75 141 0 5 406 136 61
Binary 1011110 1000 11110011 111101 1100001 0 101 100000110 1011110 110001

Color Harmonies of #5E08F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08F3

Black with #5E08F3

Text Example


Text Example

White with #5E08F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E08F3; }

 p { color: rgb(94,8,243); }

 H1.HeaderClassName
 {
   color: #5E08F3;
 }
 .AnyTagClassName
 {
   color: #5E08F3;
 }
</style>

background-color css

<style>
 a { background-color: #5E08F3; }

 a { background-color: rgb(94,8,243); }

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

border-color css

<style>
 span { border-color: #5E08F3; }

 span { border-color: rgb(94,8,243); }

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