Html Css Color HEX #5E08EA Electric Indigo

📋 copy color: '#5E08EA'

red 94 ◦ green 8 ◦ blue 234

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

Shades of Electric Indigo #5E08EA

Tints of Electric Indigo #5E08EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 27.98%
G = 2.38%
B = 69.64%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E08EA (or 0x5E08EA) is known color: Electric Indigo. HEX triplet: 5E, 08 and EA. RGB value is (94,8,234). Sum of RGB (Red+Green+Blue) = 94+8+234=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E08EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E08EA is #A1F715. Grayscale: #3A3A3A. Windows color (decimal): -10614550 or 15337566. OLE color: 15337566.

HSL color Cylindrical-coordinate representation of color #5E08EA: hue angle of 262.83º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E08EA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 8 234 -
CMYK 0.60 0.97 0 0.08
HSL 262.83º 0.93% 0.47% -
HSV(B) 262.83º 0.97% 0.92% -
XYZ 19.55 8.49 78.45 -
YUV 59.48 226.49 152.62 -
System Red Green Blue C M Y K H S L
Decimal 94 8 234 0.60 0.97 0 0.08 262.83 0.93 0.47
Hex 5E 8 EA 3C 61 0 8 107 5D 2F
Octal 136 10 352 74 141 0 10 407 135 57
Binary 1011110 1000 11101010 111100 1100001 0 1000 100000111 1011101 101111

Color Harmonies of #5E08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08EA

Black with #5E08EA

Text Example


Text Example

White with #5E08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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