Html Css Color HEX #5E77EB Cornflower Blue

📋 copy color: '#5E77EB'

red 94 ◦ green 119 ◦ blue 235

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

Shades of Cornflower Blue #5E77EB

Tints of Cornflower Blue #5E77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 20.98%
G = 26.56%
B = 52.46%

CMYK

 C value IS 0.6

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E77EB (or 0x5E77EB) is known color: Cornflower Blue. HEX triplet: 5E, 77 and EB. RGB value is (94,119,235). Sum of RGB (Red+Green+Blue) = 94+119+235=448 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.98% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E77EB is #A18814. Grayscale: #7C7C7C. Windows color (decimal): -10586133 or 15431518. OLE color: 15431518.

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

Color convert

RGB 94 119 235 -
CMYK 0.6 0.49 0 0.08
HSL 229.36º 0.78% 0.65% -
HSV(B) 229.36º 0.6% 0.92% -
XYZ 26.21 21.57 81.38 -
YUV 124.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 94 119 235 0.6 0.49 0 0.08 229.36 0.78 0.65
Hex 5E 77 EB 3C 31 0 8 E5 4E 41
Octal 136 167 353 74 61 0 10 345 116 101
Binary 1011110 1110111 11101011 111100 110001 0 1000 11100101 1001110 1000001

Color Harmonies of #5E77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E77EB

Black with #5E77EB

Text Example


Text Example

White with #5E77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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