Html Css Color HEX #5E97EA Cornflower Blue

📋 copy color: '#5E97EA'

red 94 ◦ green 151 ◦ blue 234

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

Shades of Cornflower Blue #5E97EA

Tints of Cornflower Blue #5E97EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 19.62%
G = 31.52%
B = 48.85%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E97EA (or 0x5E97EA) is known color: Cornflower Blue. HEX triplet: 5E, 97 and EA. RGB value is (94,151,234). Sum of RGB (Red+Green+Blue) = 94+151+234=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E97EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E97EA is #A16815. Grayscale: #8F8F8F. Windows color (decimal): -10577942 or 15374174. OLE color: 15374174.

HSL color Cylindrical-coordinate representation of color #5E97EA: hue angle of 215.57º 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 #5E97EA is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 151 234 -
CMYK 0.60 0.35 0 0.08
HSL 215.57º 0.77% 0.64% -
HSV(B) 215.57º 0.6% 0.92% -
XYZ 30.53 30.45 82.11 -
YUV 143.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 94 151 234 0.60 0.35 0 0.08 215.57 0.77 0.64
Hex 5E 97 EA 3C 23 0 8 D8 4D 40
Octal 136 227 352 74 43 0 10 330 115 100
Binary 1011110 10010111 11101010 111100 100011 0 1000 11011000 1001101 1000000

Color Harmonies of #5E97EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E97EA

Black with #5E97EA

Text Example


Text Example

White with #5E97EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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