#5488ED

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

Shades of Cornflower Blue #5488ED

Tints of Cornflower Blue #5488ED

Color information

#5488ED (or 0x5488ED) is unknown color: approx Cornflower Blue. HEX triplet: 54, 88 and ED. RGB value is (84,136,237). Sum of RGB (Red+Green+Blue) = 84+136+237=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #5488ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488ED is #AB7712. Grayscale: #838383. Windows color (decimal): -11237139 or 15566932. OLE color: 15566932.

HSL color Cylindrical-coordinate representation of color #5488ED: hue angle of 219.61º 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 #5488ED is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84136237-
CMYK0.650.4300.07
HSL219.61º80.95%62.94%-
HSV(B)219.61º64.56%92.94%-
XYZ27.7525.6183.6-
YUV131.97187.2793.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.38%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=18.38%
G=29.76%
B=51.86%

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
Decimal841362370.650.4300.07219.6180.9562.94
Hex5488ED412B07dc513f
Octal124210355101530733412177
Binary1010100100010001110110110000011010110111110111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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