#547BFE

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

Shades of Cornflower Blue #547BFE

Tints of Cornflower Blue #547BFE

Color information

#547BFE (or 0x547BFE) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7B and FE. RGB value is (84,123,254). Sum of RGB (Red+Green+Blue) = 84+123+254=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #547BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BFE is #AB8401. Grayscale: #7D7D7D. Windows color (decimal): -11240450 or 16677716. OLE color: 16677716.

HSL color Cylindrical-coordinate representation of color #547BFE: hue angle of 226.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547BFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB84123254-
CMYK0.670.5200.00
HSL226.24º98.84%66.27%-
HSV(B)226.24º66.93%99.61%-
XYZ28.6323.2196.74-
YUV126.27200.0897.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=18.22%
G=26.68%
B=55.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal841232540.670.5200.00226.2498.8466.27
Hex547BFE433400e26342
Octal1241733761036400342143102
Binary10101001111011111111101000011110100001110001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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