#5C78FC

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

Shades of Cornflower Blue #5C78FC

Tints of Cornflower Blue #5C78FC

Color information

#5C78FC (or 0x5C78FC) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 78 and FC. RGB value is (92,120,252). Sum of RGB (Red+Green+Blue) = 92+120+252=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C78FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C78FC is #A38703. Grayscale: #7E7E7E. Windows color (decimal): -10716932 or 16545884. OLE color: 16545884.

HSL color Cylindrical-coordinate representation of color #5C78FC: hue angle of 229.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C78FC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92120252-
CMYK0.630.5200.01
HSL229.5º96.39%67.45%-
HSV(B)229.5º63.49%98.82%-
XYZ28.722.7494.97-
YUV126.68198.72103.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.83%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=19.83%
G=25.86%
B=54.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921202520.630.5200.01229.596.3967.45
Hex5C78FC3F3401e66043
Octal134170374776401346140103
Binary1011100111100011111100111111110100011110011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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