#547fe8

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

Shades of Cornflower Blue #547FE8

Tints of Cornflower Blue #547FE8

Color information

#547FE8 (or 0x547FE8) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7F and E8. RGB value is (84,127,232). Sum of RGB (Red+Green+Blue) = 84+127+232=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #547FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FE8 is #AB8017. Grayscale: #7D7D7D. Windows color (decimal): -11239448 or 15236948. OLE color: 15236948.

HSL color Cylindrical-coordinate representation of color #547FE8: hue angle of 222.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547FE8 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84127232-
CMYK0.640.4500.09
HSL222.57º76.29%61.96%-
HSV(B)222.57º63.79%90.98%-
XYZ25.8122.8979.4-
YUV126.11187.7597.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 232 (91.02% from 255) = 52.37%
R=18.96%
G=28.67%
B=52.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841272320.640.4500.09222.5776.2961.96
Hex547FE8402D09df4c3e
Octal1241773501005501133711476
Binary1010100111111111101000100000010110101001110111111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,127,232); }

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

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

 a { background-color: rgb(84,127,232); }

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

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

 span { border-color: rgb(84,127,232); }

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