#5EA8FB

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

Shades of Cornflower Blue #5EA8FB

Tints of Cornflower Blue #5EA8FB

Color information

#5EA8FB (or 0x5EA8FB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, A8 and FB. RGB value is (94,168,251). Sum of RGB (Red+Green+Blue) = 94+168+251=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EA8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA8FB is #A15704. Grayscale: #9A9A9A. Windows color (decimal): -10573573 or 16492638. OLE color: 16492638.

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

Color convert

RGB94168251-
CMYK0.630.3300.02
HSL211.72º95.15%67.65%-
HSV(B)211.72º62.55%98.43%-
XYZ36.0337.3596.58-
YUV155.34181.9884.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.32%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=18.32%
G=32.75%
B=48.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941682510.630.3300.02211.7295.1567.65
Hex5EA8FB3F2102d45f44
Octal136250373774102324137104
Binary101111010101000111110111111111000010101101010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,168,251); }

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

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

 a { background-color: rgb(94,168,251); }

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

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

 span { border-color: rgb(94,168,251); }

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