#5C78F4

Color #5C78F4 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C78F4

Tints of Cornflower Blue #5C78F4

Color information

#5C78F4 (or 0x5C78F4) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 78 and F4. RGB value is (92,120,244). Sum of RGB (Red+Green+Blue) = 92+120+244=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #5C78F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C78F4 is #A3870B. Grayscale: #7D7D7D. Windows color (decimal): -10716940 or 16021596. OLE color: 16021596.

HSL color Cylindrical-coordinate representation of color #5C78F4: hue angle of 228.95º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C78F4 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92120244-
CMYK0.620.5100.04
HSL228.95º87.36%65.88%-
HSV(B)228.95º62.3%95.69%-
XYZ27.4622.2488.43-
YUV125.76194.72103.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.18%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=20.18%
G=26.32%
B=53.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921202440.620.5100.04228.9587.3665.88
Hex5C78F43E3304e55742
Octal134170364766304345127102
Binary101110011110001111010011111011001101001110010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,244); }

 H1.HeaderClassName
 {
   color: #5C78F4;
 }
 .AnyTagClassName
 {
   color: #5C78F4;
 }
</style>
background-color css

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

 a { background-color: rgb(92,120,244); }

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

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

 span { border-color: rgb(92,120,244); }

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