Html Css Color HEX #5E91EA Cornflower Blue

📋 copy color: '#5E91EA'

red 94 ◦ green 145 ◦ blue 234

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

Shades of Cornflower Blue #5E91EA

Tints of Cornflower Blue #5E91EA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

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

R = 19.87%
G = 30.66%
B = 49.47%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E91EA (or 0x5E91EA) is known color: Cornflower Blue. HEX triplet: 5E, 91 and EA. RGB value is (94,145,234). Sum of RGB (Red+Green+Blue) = 94+145+234=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E91EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E91EA is #A16E15. Grayscale: #8B8B8B. Windows color (decimal): -10579478 or 15372638. OLE color: 15372638.

HSL color Cylindrical-coordinate representation of color #5E91EA: hue angle of 218.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E91EA is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 145 234 -
CMYK 0.60 0.38 0 0.08
HSL 218.14º 0.77% 0.64% -
HSV(B) 218.14º 0.6% 0.92% -
XYZ 29.59 28.57 81.8 -
YUV 139.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 94 145 234 0.60 0.38 0 0.08 218.14 0.77 0.64
Hex 5E 91 EA 3C 26 0 8 DA 4D 40
Octal 136 221 352 74 46 0 10 332 115 100
Binary 1011110 10010001 11101010 111100 100110 0 1000 11011010 1001101 1000000

Color Harmonies of #5E91EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E91EA

Black with #5E91EA

Text Example


Text Example

White with #5E91EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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