#5484FD

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

Shades of Cornflower Blue #5484FD

Tints of Cornflower Blue #5484FD

Color information

#5484FD (or 0x5484FD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 84 and FD. RGB value is (84,132,253). Sum of RGB (Red+Green+Blue) = 84+132+253=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5484FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5484FD is #AB7B02. Grayscale: #828282. Windows color (decimal): -11238147 or 16614484. OLE color: 16614484.

HSL color Cylindrical-coordinate representation of color #5484FD: hue angle of 222.96º degrees, saturation: 0.98, 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 #5484FD is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84132253-
CMYK0.670.4800.01
HSL222.96º97.69%66.08%-
HSV(B)222.96º66.8%99.22%-
XYZ29.6425.4896.28-
YUV131.44196.694.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=17.91%
G=28.14%
B=53.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841322530.670.4800.01222.9697.6966.08
Hex5484FD433001df6242
Octal1242043751036001337142102
Binary101010010000100111111011000011110000011101111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5484FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5484FD; }

 p { color: rgb(84,132,253); }

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

<style>
 a { background-color: #5484FD; }

 a { background-color: rgb(84,132,253); }

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

<style>
 span { border-color: #5484FD; }

 span { border-color: rgb(84,132,253); }

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