#5EA3FC

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

Shades of Cornflower Blue #5EA3FC

Tints of Cornflower Blue #5EA3FC

Color information

#5EA3FC (or 0x5EA3FC) is unknown color: approx Cornflower Blue. HEX triplet: 5E, A3 and FC. RGB value is (94,163,252). Sum of RGB (Red+Green+Blue) = 94+163+252=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EA3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA3FC is #A15C03. Grayscale: #989898. Windows color (decimal): -10574852 or 16556894. OLE color: 16556894.

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

Color convert

RGB94163252-
CMYK0.630.3500.01
HSL213.8º96.34%67.84%-
HSV(B)213.8º62.7%98.82%-
XYZ35.2835.697.11-
YUV152.51184.1486.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.47%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 252 (98.83% from 255) = 49.51%
R=18.47%
G=32.02%
B=49.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941632520.630.3500.01213.896.3467.84
Hex5EA3FC3F2301d66044
Octal136243374774301326140104
Binary10111101010001111111100111111100011011101011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,252); }

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

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

 a { background-color: rgb(94,163,252); }

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

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

 span { border-color: rgb(94,163,252); }

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