#5E8EDF

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

Shades of Cornflower Blue #5E8EDF

Tints of Cornflower Blue #5E8EDF

Color information

#5E8EDF (or 0x5E8EDF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 8E and DF. RGB value is (94,142,223). Sum of RGB (Red+Green+Blue) = 94+142+223=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8EDF is #A17120. Grayscale: #888888. Windows color (decimal): -10580257 or 14650974. OLE color: 14650974.

HSL color Cylindrical-coordinate representation of color #5E8EDF: hue angle of 217.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8EDF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94142223-
CMYK0.580.3600.13
HSL217.67º66.84%62.16%-
HSV(B)217.67º57.85%87.45%-
XYZ27.6127.0573.58-
YUV136.88176.697.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.48%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=20.48%
G=30.94%
B=48.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941422230.580.3600.13217.6766.8462.16
Hex5E8EDF3A240Dda433e
Octal136216337724401533210376
Binary1011110100011101101111111101010010001101110110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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