#549EFC

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

Shades of Cornflower Blue #549EFC

Tints of Cornflower Blue #549EFC

Color information

#549EFC (or 0x549EFC) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9E and FC. RGB value is (84,158,252). Sum of RGB (Red+Green+Blue) = 84+158+252=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #549EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EFC is #AB6103. Grayscale: #929292. Windows color (decimal): -11231492 or 16555604. OLE color: 16555604.

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

Color convert

RGB84158252-
CMYK0.670.3700.01
HSL213.57º96.55%65.88%-
HSV(B)213.57º66.67%98.82%-
XYZ33.4533.3796.77-
YUV146.59187.4883.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.00%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=17.00%
G=31.98%
B=51.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841582520.670.3700.01213.5796.5565.88
Hex549EFC432501d66142
Octal1242363741034501326141102
Binary101010010011110111111001000011100101011101011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,252); }

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

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

 a { background-color: rgb(84,158,252); }

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

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

 span { border-color: rgb(84,158,252); }

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