Html Css Color HEX #5E93EB Cornflower Blue

📋 copy color: '#5E93EB'

red 94 ◦ green 147 ◦ blue 235

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

Shades of Cornflower Blue #5E93EB

Tints of Cornflower Blue #5E93EB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 19.75%
G = 30.88%
B = 49.37%

CMYK

 C value IS 0.6

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E93EB (or 0x5E93EB) is known color: Cornflower Blue. HEX triplet: 5E, 93 and EB. RGB value is (94,147,235). Sum of RGB (Red+Green+Blue) = 94+147+235=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E93EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E93EB is #A16C14. Grayscale: #8C8C8C. Windows color (decimal): -10578965 or 15438686. OLE color: 15438686.

HSL color Cylindrical-coordinate representation of color #5E93EB: hue angle of 217.45º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E93EB is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 147 235 -
CMYK 0.6 0.37 0 0.08
HSL 217.45º 0.78% 0.65% -
HSV(B) 217.45º 0.6% 0.92% -
XYZ 30.05 29.25 82.66 -
YUV 141.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 94 147 235 0.6 0.37 0 0.08 217.45 0.78 0.65
Hex 5E 93 EB 3C 25 0 8 D9 4E 41
Octal 136 223 353 74 45 0 10 331 116 101
Binary 1011110 10010011 11101011 111100 100101 0 1000 11011001 1001110 1000001

Color Harmonies of #5E93EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E93EB

Black with #5E93EB

Text Example


Text Example

White with #5E93EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,235); }

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

background-color css

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

 a { background-color: rgb(94,147,235); }

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

border-color css

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

 span { border-color: rgb(94,147,235); }

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