#5485FF

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

Shades of Cornflower Blue #5485FF

Tints of Cornflower Blue #5485FF

Color information

#5485FF (or 0x5485FF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 85 and FF. RGB value is (84,133,255). Sum of RGB (Red+Green+Blue) = 84+133+255=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5485FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5485FF is #AB7A00. Grayscale: #838383. Windows color (decimal): -11237889 or 16745812. OLE color: 16745812.

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

Color convert

RGB84133255-
CMYK0.670.4800
HSL222.81º100%66.47%-
HSV(B)222.81º67.06%100%-
XYZ30.0925.8898.02-
YUV132.26197.2793.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.80%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 255 (100% from 255) = 54.03%
R=17.80%
G=28.18%
B=54.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841332550.670.4800222.8110066.47
Hex5485FF433000df6442
Octal1242053771036000337144102
Binary101010010000101111111111000011110000001101111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5485FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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