#5EA4FF

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

Shades of Cornflower Blue #5EA4FF

Tints of Cornflower Blue #5EA4FF

Color information

#5EA4FF (or 0x5EA4FF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, A4 and FF. RGB value is (94,164,255). Sum of RGB (Red+Green+Blue) = 94+164+255=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA4FF is #A15B00. Grayscale: #999999. Windows color (decimal): -10574593 or 16753758. OLE color: 16753758.

HSL color Cylindrical-coordinate representation of color #5EA4FF: hue angle of 213.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EA4FF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB94164255-
CMYK0.630.3600
HSL213.91º100%68.43%-
HSV(B)213.91º63.14%100%-
XYZ35.9436.1599.69-
YUV153.44185.3185.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.32%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 255 (100% from 255) = 49.71%
R=18.32%
G=31.97%
B=49.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941642550.630.3600213.9110068.43
Hex5EA4FF3F2400d66444
Octal136244377774400326144104
Binary10111101010010011111111111111100100001101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA4FF; }

 p { color: rgb(94,164,255); }

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

<style>
 a { background-color: #5EA4FF; }

 a { background-color: rgb(94,164,255); }

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

<style>
 span { border-color: #5EA4FF; }

 span { border-color: rgb(94,164,255); }

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