#5485FD

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

Shades of Cornflower Blue #5485FD

Tints of Cornflower Blue #5485FD

Color information

#5485FD (or 0x5485FD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 85 and FD. RGB value is (84,133,253). Sum of RGB (Red+Green+Blue) = 84+133+253=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #5485FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5485FD is #AB7A02. Grayscale: #838383. Windows color (decimal): -11237891 or 16614740. OLE color: 16614740.

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

Color convert

RGB84133253-
CMYK0.670.4700.01
HSL222.6º97.69%66.08%-
HSV(B)222.6º66.8%99.22%-
XYZ29.7725.7596.33-
YUV132.03196.2793.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.87%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=17.87%
G=28.30%
B=53.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841332530.670.4700.01222.697.6966.08
Hex5485FD432F01df6242
Octal1242053751035701337142102
Binary101010010000101111111011000011101111011101111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5485FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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