#5880FD

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

Shades of Cornflower Blue #5880FD

Tints of Cornflower Blue #5880FD

Color information

#5880FD (or 0x5880FD) is unknown color: approx Cornflower Blue. HEX triplet: 58, 80 and FD. RGB value is (88,128,253). Sum of RGB (Red+Green+Blue) = 88+128+253=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5880FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FD is #A77F02. Grayscale: #818181. Windows color (decimal): -10977027 or 16613464. OLE color: 16613464.

HSL color Cylindrical-coordinate representation of color #5880FD: hue angle of 225.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5880FD is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88128253-
CMYK0.650.4900.01
HSL225.45º97.63%66.86%-
HSV(B)225.45º65.22%99.22%-
XYZ29.4724.696.12-
YUV130.29197.2597.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.76%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=18.76%
G=27.29%
B=53.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881282530.650.4900.01225.4597.6366.86
Hex5880FD413101e16243
Octal1302003751016101341142103
Binary101100010000000111111011000001110001011110000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5880FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5880FD; }

 p { color: rgb(88,128,253); }

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

<style>
 a { background-color: #5880FD; }

 a { background-color: rgb(88,128,253); }

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

<style>
 span { border-color: #5880FD; }

 span { border-color: rgb(88,128,253); }

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