#549CFF

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

Shades of Cornflower Blue #549CFF

Tints of Cornflower Blue #549CFF

Color information

#549CFF (or 0x549CFF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9C and FF. RGB value is (84,156,255). Sum of RGB (Red+Green+Blue) = 84+156+255=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #549CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CFF is #AB6300. Grayscale: #919191. Windows color (decimal): -11232001 or 16751700. OLE color: 16751700.

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

Color convert

RGB84156255-
CMYK0.670.3900
HSL214.74º100%66.47%-
HSV(B)214.74º67.06%100%-
XYZ33.5932.8899.18-
YUV145.76189.6583.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.97%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 255 (100% from 255) = 51.52%
R=16.97%
G=31.52%
B=51.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841562550.670.3900214.7410066.47
Hex549CFF432700d76442
Octal1242343771034700327144102
Binary101010010011100111111111000011100111001101011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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