#549DF0

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

Shades of Cornflower Blue #549DF0

Tints of Cornflower Blue #549DF0

Color information

#549DF0 (or 0x549DF0) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9D and F0. RGB value is (84,157,240). Sum of RGB (Red+Green+Blue) = 84+157+240=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #549DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DF0 is #AB620F. Grayscale: #909090. Windows color (decimal): -11231760 or 15768916. OLE color: 15768916.

HSL color Cylindrical-coordinate representation of color #549DF0: hue angle of 211.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549DF0 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84157240-
CMYK0.650.3500.06
HSL211.92º83.87%63.53%-
HSV(B)211.92º65%94.12%-
XYZ31.4432.2987.01-
YUV144.64181.8284.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.46%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=17.46%
G=32.64%
B=49.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841572400.650.3500.06211.9283.8763.53
Hex549DF0412306d45440
Octal1242353601014306324124100
Binary10101001001110111110000100000110001101101101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,240); }

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

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

 a { background-color: rgb(84,157,240); }

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

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

 span { border-color: rgb(84,157,240); }

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