#549BFB

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

Shades of Cornflower Blue #549BFB

Tints of Cornflower Blue #549BFB

Color information

#549BFB (or 0x549BFB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9B and FB. RGB value is (84,155,251). Sum of RGB (Red+Green+Blue) = 84+155+251=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #549BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFB is #AB6404. Grayscale: #909090. Windows color (decimal): -11232261 or 16489300. OLE color: 16489300.

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

Color convert

RGB84155251-
CMYK0.670.3800.02
HSL214.49º95.43%65.69%-
HSV(B)214.49º66.53%98.43%-
XYZ32.7932.2995.77-
YUV144.72187.9884.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.14%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 251 (98.44% from 255) = 51.22%
R=17.14%
G=31.63%
B=51.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841552510.670.3800.02214.4995.4365.69
Hex549BFB432602d65f42
Octal1242333731034602326137102
Binary1010100100110111111101110000111001100101101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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