Html Css Color HEX #5E08DF Electric Indigo

📋 copy color: '#5E08DF'

red 94 ◦ green 8 ◦ blue 223

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

Shades of Electric Indigo #5E08DF

Tints of Electric Indigo #5E08DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 28.92%
G = 2.46%
B = 68.62%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E08DF (or 0x5E08DF) is known color: Electric Indigo. HEX triplet: 5E, 08 and DF. RGB value is (94,8,223). Sum of RGB (Red+Green+Blue) = 94+8+223=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E08DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08DF is #A1F720. Grayscale: #393939. Windows color (decimal): -10614561 or 14616670. OLE color: 14616670.

HSL color Cylindrical-coordinate representation of color #5E08DF: hue angle of 264º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08DF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 8 223 -
CMYK 0.58 0.96 0 0.13
HSL 264º 0.93% 0.45% -
HSV(B) 264º 0.96% 0.87% -
XYZ 18.02 7.88 70.38 -
YUV 58.22 220.99 153.52 -
System Red Green Blue C M Y K H S L
Decimal 94 8 223 0.58 0.96 0 0.13 264 0.93 0.45
Hex 5E 8 DF 3A 60 0 D 108 5D 2D
Octal 136 10 337 72 140 0 15 410 135 55
Binary 1011110 1000 11011111 111010 1100000 0 1101 100001000 1011101 101101

Color Harmonies of #5E08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08DF

Black with #5E08DF

Text Example


Text Example

White with #5E08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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