Html Css Color HEX #5E08DB Electric Indigo

📋 copy color: '#5E08DB'

red 94 ◦ green 8 ◦ blue 219

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

Shades of Electric Indigo #5E08DB

Tints of Electric Indigo #5E08DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 29.28%
G = 2.49%
B = 68.22%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E08DB (or 0x5E08DB) is known color: Electric Indigo. HEX triplet: 5E, 08 and DB. RGB value is (94,8,219). Sum of RGB (Red+Green+Blue) = 94+8+219=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08DB is #A1F724. Grayscale: #393939. Windows color (decimal): -10614565 or 14354526. OLE color: 14354526.

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

Color convert

RGB 94 8 219 -
CMYK 0.57 0.96 0 0.14
HSL 264.46º 0.93% 0.45% -
HSV(B) 264.46º 0.96% 0.86% -
XYZ 17.49 7.67 67.58 -
YUV 57.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 94 8 219 0.57 0.96 0 0.14 264.46 0.93 0.45
Hex 5E 8 DB 39 60 0 E 108 5D 2D
Octal 136 10 333 71 140 0 16 410 135 55
Binary 1011110 1000 11011011 111001 1100000 0 1110 100001000 1011101 101101

Color Harmonies of #5E08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08DB

Black with #5E08DB

Text Example


Text Example

White with #5E08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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