#4EA5EE

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

Shades of Cornflower Blue #4EA5EE

Tints of Cornflower Blue #4EA5EE

Color information

#4EA5EE (or 0x4EA5EE) is unknown color: approx Cornflower Blue. HEX triplet: 4E, A5 and EE. RGB value is (78,165,238). Sum of RGB (Red+Green+Blue) = 78+165+238=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EA5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA5EE is #B15A11. Grayscale: #929292. Windows color (decimal): -11622930 or 15639886. OLE color: 15639886.

HSL color Cylindrical-coordinate representation of color #4EA5EE: hue angle of 207.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EA5EE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB78165238-
CMYK0.670.3100.07
HSL207.38º82.47%61.96%-
HSV(B)207.38º67.23%93.33%-
XYZ32.0334.785.9-
YUV147.31179.1878.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.22%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=16.22%
G=34.30%
B=49.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal781652380.670.3100.07207.3882.4761.96
Hex4EA5EE431F07cf523e
Octal116245356103370731712276
Binary100111010100101111011101000011111110111110011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,165,238); }

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

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

 a { background-color: rgb(78,165,238); }

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

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

 span { border-color: rgb(78,165,238); }

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