#5E8EDC

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

Shades of Cornflower Blue #5E8EDC

Tints of Cornflower Blue #5E8EDC

Color information

#5E8EDC (or 0x5E8EDC) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8E and DC. RGB value is (94,142,220). Sum of RGB (Red+Green+Blue) = 94+142+220=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8EDC is #A17123. Grayscale: #888888. Windows color (decimal): -10580260 or 14454366. OLE color: 14454366.

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

Color convert

RGB94142220-
CMYK0.570.3500.14
HSL217.14º64.29%61.57%-
HSV(B)217.14º57.27%86.27%-
XYZ27.2126.8971.47-
YUV136.54175.197.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.61%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=20.61%
G=31.14%
B=48.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941422200.570.3500.14217.1464.2961.57
Hex5E8EDC39230Ed9403e
Octal136216334714301633110076
Binary1011110100011101101110011100110001101110110110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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