#549CFB

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

Shades of Cornflower Blue #549CFB

Tints of Cornflower Blue #549CFB

Color information

#549CFB (or 0x549CFB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9C and FB. RGB value is (84,156,251). Sum of RGB (Red+Green+Blue) = 84+156+251=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #549CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CFB is #AB6304. Grayscale: #909090. Windows color (decimal): -11232005 or 16489556. OLE color: 16489556.

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

Color convert

RGB84156251-
CMYK0.670.3800.02
HSL214.13º95.43%65.69%-
HSV(B)214.13º66.53%98.43%-
XYZ32.9632.6395.83-
YUV145.3187.6584.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.11%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=17.11%
G=31.77%
B=51.12%

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
Decimal841562510.670.3800.02214.1395.4365.69
Hex549CFB432602d65f42
Octal1242343731034602326137102
Binary1010100100111001111101110000111001100101101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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