#5880FC

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

Shades of Cornflower Blue #5880FC

Tints of Cornflower Blue #5880FC

Color information

#5880FC (or 0x5880FC) is unknown color: approx Cornflower Blue. HEX triplet: 58, 80 and FC. RGB value is (88,128,252). Sum of RGB (Red+Green+Blue) = 88+128+252=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #5880FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FC is #A77F03. Grayscale: #818181. Windows color (decimal): -10977028 or 16547928. OLE color: 16547928.

HSL color Cylindrical-coordinate representation of color #5880FC: hue angle of 225.37º degrees, saturation: 0.96, 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 #5880FC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88128252-
CMYK0.650.4900.01
HSL225.37º96.47%66.67%-
HSV(B)225.37º65.08%98.82%-
XYZ29.3124.5495.29-
YUV130.18196.7597.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.80%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 252 (98.83% from 255) = 53.85%
R=18.80%
G=27.35%
B=53.85%

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
Decimal881282520.650.4900.01225.3796.4766.67
Hex5880FC413101e16043
Octal1302003741016101341140103
Binary101100010000000111111001000001110001011110000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5880FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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