#5488DC

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

Shades of Cornflower Blue #5488DC

Tints of Cornflower Blue #5488DC

Color information

#5488DC (or 0x5488DC) is unknown color: approx Cornflower Blue. HEX triplet: 54, 88 and DC. RGB value is (84,136,220). Sum of RGB (Red+Green+Blue) = 84+136+220=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #5488DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488DC is #AB7723. Grayscale: #818181. Windows color (decimal): -11237156 or 14452820. OLE color: 14452820.

HSL color Cylindrical-coordinate representation of color #5488DC: hue angle of 217.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5488DC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84136220-
CMYK0.620.3800.14
HSL217.06º66.02%59.61%-
HSV(B)217.06º61.82%86.27%-
XYZ25.3824.6671.13-
YUV130.03178.7795.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 220 (86.33% from 255) = 50%
R=19.09%
G=30.91%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841362200.620.3800.14217.0666.0259.61
Hex5488DC3E260Ed9423c
Octal124210334764601633110274
Binary1010100100010001101110011111010011001110110110011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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