#5888FD

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

Shades of Cornflower Blue #5888FD

Tints of Cornflower Blue #5888FD

Color information

#5888FD (or 0x5888FD) is unknown color: approx Cornflower Blue. HEX triplet: 58, 88 and FD. RGB value is (88,136,253). Sum of RGB (Red+Green+Blue) = 88+136+253=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #5888FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5888FD is #A77702. Grayscale: #868686. Windows color (decimal): -10974979 or 16615512. OLE color: 16615512.

HSL color Cylindrical-coordinate representation of color #5888FD: hue angle of 222.55º 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 #5888FD is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88136253-
CMYK0.650.4600.01
HSL222.55º97.63%66.86%-
HSV(B)222.55º65.22%99.22%-
XYZ30.5626.7796.49-
YUV134.99194.694.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.45%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=18.45%
G=28.51%
B=53.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881362530.650.4600.01222.5597.6366.86
Hex5888FD412E01df6243
Octal1302103751015601337142103
Binary101100010001000111111011000001101110011101111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5888FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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