#5880FF

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

Shades of Cornflower Blue #5880FF

Tints of Cornflower Blue #5880FF

Color information

#5880FF (or 0x5880FF) is unknown color: approx Cornflower Blue. HEX triplet: 58, 80 and FF. RGB value is (88,128,255). Sum of RGB (Red+Green+Blue) = 88+128+255=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5880FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FF is #A77F00. Grayscale: #818181. Windows color (decimal): -10977025 or 16744536. OLE color: 16744536.

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

Color convert

RGB88128255-
CMYK0.650.5000
HSL225.63º100%67.25%-
HSV(B)225.63º65.49%100%-
XYZ29.7924.7397.81-
YUV130.52198.2597.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.68%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 255 (100% from 255) = 54.14%
R=18.68%
G=27.18%
B=54.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881282550.650.5000225.6310067.25
Hex5880FF413200e26443
Octal1302003771016200342144103
Binary101100010000000111111111000001110010001110001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5880FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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