#5E89FA

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

Shades of Cornflower Blue #5E89FA

Tints of Cornflower Blue #5E89FA

Color information

#5E89FA (or 0x5E89FA) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 89 and FA. RGB value is (94,137,250). Sum of RGB (Red+Green+Blue) = 94+137+250=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E89FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E89FA is #A17605. Grayscale: #888888. Windows color (decimal): -10581510 or 16419166. OLE color: 16419166.

HSL color Cylindrical-coordinate representation of color #5E89FA: hue angle of 223.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E89FA is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94137250-
CMYK0.620.4500.02
HSL223.46º93.98%67.45%-
HSV(B)223.46º62.4%98.04%-
XYZ30.8227.1794.06-
YUV137.02191.7597.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.54%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=19.54%
G=28.48%
B=51.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal941372500.620.4500.02223.4693.9867.45
Hex5E89FA3E2D02df5e43
Octal136211372765502337136103
Binary101111010001001111110101111101011010101101111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,137,250); }

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

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

 a { background-color: rgb(94,137,250); }

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

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

 span { border-color: rgb(94,137,250); }

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