#5C8EDC

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

Shades of Cornflower Blue #5C8EDC

Tints of Cornflower Blue #5C8EDC

Color information

#5C8EDC (or 0x5C8EDC) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 8E and DC. RGB value is (92,142,220). Sum of RGB (Red+Green+Blue) = 92+142+220=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8EDC is #A37123. Grayscale: #878787. Windows color (decimal): -10711332 or 14454364. OLE color: 14454364.

HSL color Cylindrical-coordinate representation of color #5C8EDC: hue angle of 216.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C8EDC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92142220-
CMYK0.580.3500.14
HSL216.56º64.65%61.18%-
HSV(B)216.56º58.18%86.27%-
XYZ2726.7971.46-
YUV135.94175.4496.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.26%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=20.26%
G=31.28%
B=48.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921422200.580.3500.14216.5664.6561.18
Hex5C8EDC3A230Ed9413d
Octal134216334724301633110175
Binary1011100100011101101110011101010001101110110110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,142,220); }

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

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

 a { background-color: rgb(92,142,220); }

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

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

 span { border-color: rgb(92,142,220); }

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