#5888EB

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

Shades of Cornflower Blue #5888EB

Tints of Cornflower Blue #5888EB

Color information

#5888EB (or 0x5888EB) is unknown color: approx Cornflower Blue. HEX triplet: 58, 88 and EB. RGB value is (88,136,235). Sum of RGB (Red+Green+Blue) = 88+136+235=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #5888EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5888EB is #A77714. Grayscale: #848484. Windows color (decimal): -10974997 or 15435864. OLE color: 15435864.

HSL color Cylindrical-coordinate representation of color #5888EB: hue angle of 220.41º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5888EB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88136235-
CMYK0.630.4200.08
HSL220.41º78.61%63.33%-
HSV(B)220.41º62.55%92.16%-
XYZ27.8225.6882.09-
YUV132.93185.695.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.17%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=19.17%
G=29.63%
B=51.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881362350.630.4200.08220.4178.6163.33
Hex5888EB3F2A08dc4f3f
Octal130210353775201033411777
Binary1011000100010001110101111111110101001000110111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5888EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5888EB; }

 p { color: rgb(88,136,235); }

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

<style>
 a { background-color: #5888EB; }

 a { background-color: rgb(88,136,235); }

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

<style>
 span { border-color: #5888EB; }

 span { border-color: rgb(88,136,235); }

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