Html Css Color HEX #5E78EB Cornflower Blue

📋 copy color: '#5E78EB'

red 94 ◦ green 120 ◦ blue 235

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

Shades of Cornflower Blue #5E78EB

Tints of Cornflower Blue #5E78EB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 20.94%
G = 26.73%
B = 52.34%

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

#5E78EB (or 0x5E78EB) is known color: Cornflower Blue. HEX triplet: 5E, 78 and EB. RGB value is (94,120,235). Sum of RGB (Red+Green+Blue) = 94+120+235=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E78EB is #A18714. Grayscale: #7C7C7C. Windows color (decimal): -10585877 or 15431774. OLE color: 15431774.

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

Color convert

RGB 94 120 235 -
CMYK 0.6 0.49 0 0.08
HSL 228.94º 0.78% 0.65% -
HSV(B) 228.94º 0.6% 0.92% -
XYZ 26.33 21.81 81.42 -
YUV 125.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 94 120 235 0.6 0.49 0 0.08 228.94 0.78 0.65
Hex 5E 78 EB 3C 31 0 8 E5 4E 41
Octal 136 170 353 74 61 0 10 345 116 101
Binary 1011110 1111000 11101011 111100 110001 0 1000 11100101 1001110 1000001

Color Harmonies of #5E78EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E78EB

Black with #5E78EB

Text Example


Text Example

White with #5E78EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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