#5C87FD

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

Shades of Cornflower Blue #5C87FD

Tints of Cornflower Blue #5C87FD

Color information

#5C87FD (or 0x5C87FD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 87 and FD. RGB value is (92,135,253). Sum of RGB (Red+Green+Blue) = 92+135+253=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C87FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C87FD is #A37802. Grayscale: #878787. Windows color (decimal): -10713091 or 16615260. OLE color: 16615260.

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

Color convert

RGB92135253-
CMYK0.640.4700.01
HSL223.98º97.58%67.65%-
HSV(B)223.98º63.64%99.22%-
XYZ30.8126.796.46-
YUV135.6194.2596.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=19.17%
G=28.12%
B=52.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921352530.640.4700.01223.9897.5867.65
Hex5C87FD402F01e06244
Octal1342073751005701340142104
Binary101110010000111111111011000000101111011110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,135,253); }

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

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

 a { background-color: rgb(92,135,253); }

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

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

 span { border-color: rgb(92,135,253); }

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