#5E8CDC

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

Shades of Cornflower Blue #5E8CDC

Tints of Cornflower Blue #5E8CDC

Color information

#5E8CDC (or 0x5E8CDC) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8C and DC. RGB value is (94,140,220). Sum of RGB (Red+Green+Blue) = 94+140+220=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 140 (55.08% from 255 or 30.84% 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 #5E8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8CDC is #A17323. Grayscale: #878787. Windows color (decimal): -10580772 or 14453854. OLE color: 14453854.

HSL color Cylindrical-coordinate representation of color #5E8CDC: hue angle of 218.1º 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 #5E8CDC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94140220-
CMYK0.570.3600.14
HSL218.1º64.29%61.57%-
HSV(B)218.1º57.27%86.27%-
XYZ26.9126.371.37-
YUV135.37175.7698.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.70%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=20.70%
G=30.84%
B=48.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941402200.570.3600.14218.164.2961.57
Hex5E8CDC39240Eda403e
Octal136214334714401633210076
Binary1011110100011001101110011100110010001110110110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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