#4E86DF

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

Shades of Cornflower Blue #4E86DF

Tints of Cornflower Blue #4E86DF

Color information

#4E86DF (or 0x4E86DF) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 86 and DF. RGB value is (78,134,223). Sum of RGB (Red+Green+Blue) = 78+134+223=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E86DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86DF is #B17920. Grayscale: #7E7E7E. Windows color (decimal): -11630881 or 14648910. OLE color: 14648910.

HSL color Cylindrical-coordinate representation of color #4E86DF: hue angle of 216.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E86DF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78134223-
CMYK0.650.4000.13
HSL216.83º69.38%59.02%-
HSV(B)216.83º65.02%87.45%-
XYZ24.992473.13-
YUV127.4181.9592.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.93%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 223 (87.5% from 255) = 51.26%
R=17.93%
G=30.80%
B=51.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781342230.650.4000.13216.8369.3859.02
Hex4E86DF41280Dd9453b
Octal1162063371015001533110573
Binary10011101000011011011111100000110100001101110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E86DF; }

 p { color: rgb(78,134,223); }

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

<style>
 a { background-color: #4E86DF; }

 a { background-color: rgb(78,134,223); }

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

<style>
 span { border-color: #4E86DF; }

 span { border-color: rgb(78,134,223); }

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