#549AF5

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

Shades of Cornflower Blue #549AF5

Tints of Cornflower Blue #549AF5

Color information

#549AF5 (or 0x549AF5) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9A and F5. RGB value is (84,154,245). Sum of RGB (Red+Green+Blue) = 84+154+245=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #549AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AF5 is #AB650A. Grayscale: #8F8F8F. Windows color (decimal): -11232523 or 16095828. OLE color: 16095828.

HSL color Cylindrical-coordinate representation of color #549AF5: hue angle of 213.91º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549AF5 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84154245-
CMYK0.660.3700.04
HSL213.91º88.95%64.51%-
HSV(B)213.91º65.71%96.08%-
XYZ31.6931.5990.81-
YUV143.44185.3185.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.39%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 245 (96.09% from 255) = 50.72%
R=17.39%
G=31.88%
B=50.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841542450.660.3700.04213.9188.9564.51
Hex549AF5422504d65941
Octal1242323651024504326131101
Binary10101001001101011110101100001010010101001101011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549AF5; }

 p { color: rgb(84,154,245); }

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

<style>
 a { background-color: #549AF5; }

 a { background-color: rgb(84,154,245); }

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

<style>
 span { border-color: #549AF5; }

 span { border-color: rgb(84,154,245); }

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