#5EA3EB

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

Shades of Cornflower Blue #5EA3EB

Tints of Cornflower Blue #5EA3EB

Color information

#5EA3EB (or 0x5EA3EB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, A3 and EB. RGB value is (94,163,235). Sum of RGB (Red+Green+Blue) = 94+163+235=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EA3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA3EB is #A15C14. Grayscale: #969696. Windows color (decimal): -10574869 or 15442782. OLE color: 15442782.

HSL color Cylindrical-coordinate representation of color #5EA3EB: hue angle of 210.64º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EA3EB is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94163235-
CMYK0.60.3100.08
HSL210.64º77.9%64.51%-
HSV(B)210.64º60%92.16%-
XYZ32.7134.5783.55-
YUV150.58175.6487.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.11%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 235 (92.19% from 255) = 47.76%
R=19.11%
G=33.13%
B=47.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941632350.60.3100.08210.6477.964.51
Hex5EA3EB3C1F08d34e41
Octal1362433537437010323116101
Binary1011110101000111110101111110011111010001101001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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