Html Css Color HEX #5E97EC Cornflower Blue

📋 copy color: '#5E97EC'

red 94 ◦ green 151 ◦ blue 236

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

Shades of Cornflower Blue #5E97EC

Tints of Cornflower Blue #5E97EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 19.54%
G = 31.39%
B = 49.06%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E97EC (or 0x5E97EC) is known color: Cornflower Blue. HEX triplet: 5E, 97 and EC. RGB value is (94,151,236). Sum of RGB (Red+Green+Blue) = 94+151+236=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E97EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E97EC is #A16813. Grayscale: #8F8F8F. Windows color (decimal): -10577940 or 15505246. OLE color: 15505246.

HSL color Cylindrical-coordinate representation of color #5E97EC: hue angle of 215.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E97EC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 151 236 -
CMYK 0.60 0.36 0 0.07
HSL 215.92º 0.79% 0.65% -
HSV(B) 215.92º 0.6% 0.93% -
XYZ 30.82 30.57 83.63 -
YUV 143.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 94 151 236 0.60 0.36 0 0.07 215.92 0.79 0.65
Hex 5E 97 EC 3C 24 0 7 D8 4F 41
Octal 136 227 354 74 44 0 7 330 117 101
Binary 1011110 10010111 11101100 111100 100100 0 111 11011000 1001111 1000001

Color Harmonies of #5E97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E97EC

Black with #5E97EC

Text Example


Text Example

White with #5E97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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