#5487ED

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

Shades of Cornflower Blue #5487ED

Tints of Cornflower Blue #5487ED

Color information

#5487ED (or 0x5487ED) is unknown color: approx Cornflower Blue. HEX triplet: 54, 87 and ED. RGB value is (84,135,237). Sum of RGB (Red+Green+Blue) = 84+135+237=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #5487ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487ED is #AB7812. Grayscale: #828282. Windows color (decimal): -11237395 or 15566676. OLE color: 15566676.

HSL color Cylindrical-coordinate representation of color #5487ED: hue angle of 220º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5487ED is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84135237-
CMYK0.650.4300.07
HSL220º80.95%62.94%-
HSV(B)220º64.56%92.94%-
XYZ27.6125.3383.55-
YUV131.38187.694.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.42%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 237 (92.97% from 255) = 51.97%
R=18.42%
G=29.61%
B=51.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841352370.650.4300.0722080.9562.94
Hex5487ED412B07dc513f
Octal124207355101530733412177
Binary1010100100001111110110110000011010110111110111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5487ED; }

 p { color: rgb(84,135,237); }

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

<style>
 a { background-color: #5487ED; }

 a { background-color: rgb(84,135,237); }

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

<style>
 span { border-color: #5487ED; }

 span { border-color: rgb(84,135,237); }

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