Html Css Color HEX #5E02EF Electric Indigo

📋 copy color: '#5E02EF'

red 94 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #5E02EF

Tints of Electric Indigo #5E02EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 28.06%
G = 0.6%
B = 71.34%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E02EF (or 0x5E02EF) is known color: Electric Indigo. HEX triplet: 5E, 02 and EF. RGB value is (94,2,239). Sum of RGB (Red+Green+Blue) = 94+2+239=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E02EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02EF is #A1FD10. Grayscale: #373737. Windows color (decimal): -10616081 or 15663710. OLE color: 15663710.

HSL color Cylindrical-coordinate representation of color #5E02EF: hue angle of 263.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02EF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 2 239 -
CMYK 0.61 0.99 0 0.06
HSL 263.29º 0.98% 0.47% -
HSV(B) 263.29º 0.99% 0.94% -
XYZ 20.22 8.66 82.27 -
YUV 56.53 230.98 154.73 -
System Red Green Blue C M Y K H S L
Decimal 94 2 239 0.61 0.99 0 0.06 263.29 0.98 0.47
Hex 5E 2 EF 3D 63 0 6 107 62 2F
Octal 136 2 357 75 143 0 6 407 142 57
Binary 1011110 10 11101111 111101 1100011 0 110 100000111 1100010 101111

Color Harmonies of #5E02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02EF

Black with #5E02EF

Text Example


Text Example

White with #5E02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,239); }

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

background-color css

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

 a { background-color: rgb(94,2,239); }

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

border-color css

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

 span { border-color: rgb(94,2,239); }

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