#547BF7

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

Shades of Cornflower Blue #547BF7

Tints of Cornflower Blue #547BF7

Color information

#547BF7 (or 0x547BF7) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7B and F7. RGB value is (84,123,247). Sum of RGB (Red+Green+Blue) = 84+123+247=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #547BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BF7 is #AB8408. Grayscale: #7C7C7C. Windows color (decimal): -11240457 or 16218964. OLE color: 16218964.

HSL color Cylindrical-coordinate representation of color #547BF7: hue angle of 225.64º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547BF7 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84123247-
CMYK0.660.5000.03
HSL225.64º91.06%64.9%-
HSV(B)225.64º65.99%96.86%-
XYZ27.5322.7790.94-
YUV125.48196.5898.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 247 (96.88% from 255) = 54.41%
R=18.50%
G=27.09%
B=54.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841232470.660.5000.03225.6491.0664.9
Hex547BF7423203e25b41
Octal1241733671026203342133101
Binary101010011110111111011110000101100100111110001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,123,247); }

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

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

 a { background-color: rgb(84,123,247); }

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

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

 span { border-color: rgb(84,123,247); }

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