#5488EE

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

Shades of Cornflower Blue #5488EE

Tints of Cornflower Blue #5488EE

Color information

#5488EE (or 0x5488EE) is unknown color: approx Cornflower Blue. HEX triplet: 54, 88 and EE. RGB value is (84,136,238). Sum of RGB (Red+Green+Blue) = 84+136+238=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #5488EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488EE is #AB7711. Grayscale: #838383. Windows color (decimal): -11237138 or 15632468. OLE color: 15632468.

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

Color convert

RGB84136238-
CMYK0.650.4300.07
HSL219.74º81.91%63.14%-
HSV(B)219.74º64.71%93.33%-
XYZ27.8925.6784.37-
YUV132.08187.7793.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.34%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 238 (93.36% from 255) = 51.97%
R=18.34%
G=29.69%
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
Decimal841362380.650.4300.07219.7481.9163.14
Hex5488EE412B07dc523f
Octal124210356101530733412277
Binary1010100100010001110111010000011010110111110111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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