#4EA5FC

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

Shades of Cornflower Blue #4EA5FC

Tints of Cornflower Blue #4EA5FC

Color information

#4EA5FC (or 0x4EA5FC) is unknown color: approx Cornflower Blue. HEX triplet: 4E, A5 and FC. RGB value is (78,165,252). Sum of RGB (Red+Green+Blue) = 78+165+252=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EA5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA5FC is #B15A03. Grayscale: #949494. Windows color (decimal): -11622916 or 16557390. OLE color: 16557390.

HSL color Cylindrical-coordinate representation of color #4EA5FC: hue angle of 210º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EA5FC is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78165252-
CMYK0.690.3500.01
HSL210º96.67%64.71%-
HSV(B)210º69.05%98.82%-
XYZ34.1735.5697.16-
YUV148.9186.1877.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.76%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=15.76%
G=33.33%
B=50.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781652520.690.3500.0121096.6764.71
Hex4EA5FC452301d26141
Octal1162453741054301322141101
Binary100111010100101111111001000101100011011101001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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