#4E8AFE

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

Shades of Cornflower Blue #4E8AFE

Tints of Cornflower Blue #4E8AFE

Color information

#4E8AFE (or 0x4E8AFE) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 8A and FE. RGB value is (78,138,254). Sum of RGB (Red+Green+Blue) = 78+138+254=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8AFE is #B17501. Grayscale: #848484. Windows color (decimal): -11629826 or 16681550. OLE color: 16681550.

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

Color convert

RGB78138254-
CMYK0.690.4600.00
HSL219.55º98.88%65.1%-
HSV(B)219.55º69.29%99.61%-
XYZ30.1226.9597.38-
YUV133.28196.1288.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.60%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=16.60%
G=29.36%
B=54.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal781382540.690.4600.00219.5598.8865.1
Hex4E8AFE452E00dc6341
Octal1162123761055600334143101
Binary100111010001010111111101000101101110001101110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,138,254); }

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

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

 a { background-color: rgb(78,138,254); }

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

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

 span { border-color: rgb(78,138,254); }

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