#547AFC

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

Shades of Cornflower Blue #547AFC

Tints of Cornflower Blue #547AFC

Color information

#547AFC (or 0x547AFC) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7A and FC. RGB value is (84,122,252). Sum of RGB (Red+Green+Blue) = 84+122+252=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #547AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFC is #AB8503. Grayscale: #7C7C7C. Windows color (decimal): -11240708 or 16546388. OLE color: 16546388.

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

Color convert

RGB84122252-
CMYK0.670.5200.01
HSL226.43º96.55%65.88%-
HSV(B)226.43º66.67%98.82%-
XYZ28.1922.8395.02-
YUV125.46199.4198.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.34%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 252 (98.83% from 255) = 55.02%
R=18.34%
G=26.64%
B=55.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841222520.670.5200.01226.4396.5565.88
Hex547AFC433401e26142
Octal1241723741036401342141102
Binary10101001111010111111001000011110100011110001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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