#547EF5

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

Shades of Cornflower Blue #547EF5

Tints of Cornflower Blue #547EF5

Color information

#547EF5 (or 0x547EF5) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7E and F5. RGB value is (84,126,245). Sum of RGB (Red+Green+Blue) = 84+126+245=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #547EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EF5 is #AB810A. Grayscale: #7E7E7E. Windows color (decimal): -11239691 or 16088660. OLE color: 16088660.

HSL color Cylindrical-coordinate representation of color #547EF5: hue angle of 224.35º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547EF5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84126245-
CMYK0.660.4900.04
HSL224.35º88.95%64.51%-
HSV(B)224.35º65.71%96.08%-
XYZ27.623.489.45-
YUV127.01194.5997.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.46%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 245 (96.09% from 255) = 53.85%
R=18.46%
G=27.69%
B=53.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841262450.660.4900.04224.3588.9564.51
Hex547EF5423104e05941
Octal1241763651026104340131101
Binary1010100111111011110101100001011000101001110000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547EF5; }

 p { color: rgb(84,126,245); }

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

<style>
 a { background-color: #547EF5; }

 a { background-color: rgb(84,126,245); }

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

<style>
 span { border-color: #547EF5; }

 span { border-color: rgb(84,126,245); }

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