#547AFE

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

Shades of Cornflower Blue #547AFE

Tints of Cornflower Blue #547AFE

Color information

#547AFE (or 0x547AFE) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7A and FE. RGB value is (84,122,254). Sum of RGB (Red+Green+Blue) = 84+122+254=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #547AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFE is #AB8501. Grayscale: #7D7D7D. Windows color (decimal): -11240706 or 16677460. OLE color: 16677460.

HSL color Cylindrical-coordinate representation of color #547AFE: hue angle of 226.59º 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 #547AFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB84122254-
CMYK0.670.5200.00
HSL226.59º98.84%66.27%-
HSV(B)226.59º66.93%99.61%-
XYZ28.5122.9696.7-
YUV125.69200.4198.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.26%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 254 (99.61% from 255) = 55.22%
R=18.26%
G=26.52%
B=55.22%

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
Decimal841222540.670.5200.00226.5998.8466.27
Hex547AFE433400e36342
Octal1241723761036400343143102
Binary10101001111010111111101000011110100001110001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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