#5C78FE

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

Shades of Cornflower Blue #5C78FE

Tints of Cornflower Blue #5C78FE

Color information

#5C78FE (or 0x5C78FE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 78 and FE. RGB value is (92,120,254). Sum of RGB (Red+Green+Blue) = 92+120+254=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C78FE is #A38701. Grayscale: #7E7E7E. Windows color (decimal): -10716930 or 16676956. OLE color: 16676956.

HSL color Cylindrical-coordinate representation of color #5C78FE: hue angle of 229.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C78FE is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB92120254-
CMYK0.640.5300.00
HSL229.63º98.78%67.84%-
HSV(B)229.63º63.78%99.61%-
XYZ29.0222.8696.65-
YUV126.9199.72103.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.74%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 254 (99.61% from 255) = 54.51%
R=19.74%
G=25.75%
B=54.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal921202540.640.5300.00229.6398.7867.84
Hex5C78FE403500e66344
Octal1341703761006500346143104
Binary10111001111000111111101000000110101001110011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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