#5786FC

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

Shades of Cornflower Blue #5786FC

Tints of Cornflower Blue #5786FC

Color information

#5786FC (or 0x5786FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, 86 and FC. RGB value is (87,134,252). Sum of RGB (Red+Green+Blue) = 87+134+252=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #5786FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5786FC is #A87903. Grayscale: #848484. Windows color (decimal): -11041028 or 16549463. OLE color: 16549463.

HSL color Cylindrical-coordinate representation of color #5786FC: hue angle of 222.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5786FC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87134252-
CMYK0.650.4700.01
HSL222.91º96.49%66.47%-
HSV(B)222.91º65.48%98.82%-
XYZ30.0326.195.55-
YUV133.4194.9394.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.39%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 252 (98.83% from 255) = 53.28%
R=18.39%
G=28.33%
B=53.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871342520.650.4700.01222.9196.4966.47
Hex5786FC412F01df6042
Octal1272063741015701337140102
Binary101011110000110111111001000001101111011101111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5786FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5786FC; }

 p { color: rgb(87,134,252); }

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

<style>
 a { background-color: #5786FC; }

 a { background-color: rgb(87,134,252); }

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

<style>
 span { border-color: #5786FC; }

 span { border-color: rgb(87,134,252); }

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