#549BFF

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

Shades of Cornflower Blue #549BFF

Tints of Cornflower Blue #549BFF

Color information

#549BFF (or 0x549BFF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9B and FF. RGB value is (84,155,255). Sum of RGB (Red+Green+Blue) = 84+155+255=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #549BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFF is #AB6400. Grayscale: #909090. Windows color (decimal): -11232257 or 16751444. OLE color: 16751444.

HSL color Cylindrical-coordinate representation of color #549BFF: hue angle of 215.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549BFF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84155255-
CMYK0.670.3900
HSL215.09º100%66.47%-
HSV(B)215.09º67.06%100%-
XYZ33.4332.5599.13-
YUV145.17189.9884.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.00%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 51.62%
R=17.00%
G=31.38%
B=51.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841552550.670.3900215.0910066.47
Hex549BFF432700d76442
Octal1242333771034700327144102
Binary101010010011011111111111000011100111001101011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,255); }

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

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

 a { background-color: rgb(84,155,255); }

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

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

 span { border-color: rgb(84,155,255); }

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