#4E94FD

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

Shades of Cornflower Blue #4E94FD

Tints of Cornflower Blue #4E94FD

Color information

#4E94FD (or 0x4E94FD) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 94 and FD. RGB value is (78,148,253). Sum of RGB (Red+Green+Blue) = 78+148+253=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E94FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E94FD is #B16B02. Grayscale: #8A8A8A. Windows color (decimal): -11627267 or 16618574. OLE color: 16618574.

HSL color Cylindrical-coordinate representation of color #4E94FD: hue angle of 216º degrees, saturation: 0.98, 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 #4E94FD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78148253-
CMYK0.690.4200.01
HSL216º97.77%64.9%-
HSV(B)216º69.17%99.22%-
XYZ31.4629.8997.04-
YUV139.04192.3184.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.28%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=16.28%
G=30.90%
B=52.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781482530.690.4200.0121697.7764.9
Hex4E94FD452A01d86241
Octal1162243751055201330142101
Binary100111010010100111111011000101101010011101100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,148,253); }

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

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

 a { background-color: rgb(78,148,253); }

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

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

 span { border-color: rgb(78,148,253); }

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