#549AFB

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

Shades of Cornflower Blue #549AFB

Tints of Cornflower Blue #549AFB

Color information

#549AFB (or 0x549AFB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9A and FB. RGB value is (84,154,251). Sum of RGB (Red+Green+Blue) = 84+154+251=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #549AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AFB is #AB6504. Grayscale: #8F8F8F. Windows color (decimal): -11232517 or 16489044. OLE color: 16489044.

HSL color Cylindrical-coordinate representation of color #549AFB: hue angle of 214.85º 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 #549AFB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84154251-
CMYK0.670.3900.02
HSL214.85º95.43%65.69%-
HSV(B)214.85º66.53%98.43%-
XYZ32.6231.9695.72-
YUV144.13188.3185.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.18%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=17.18%
G=31.49%
B=51.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841542510.670.3900.02214.8595.4365.69
Hex549AFB432702d75f42
Octal1242323731034702327137102
Binary1010100100110101111101110000111001110101101011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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