#5688F4

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

Shades of Cornflower Blue #5688F4

Tints of Cornflower Blue #5688F4

Color information

#5688F4 (or 0x5688F4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 88 and F4. RGB value is (86,136,244). Sum of RGB (Red+Green+Blue) = 86+136+244=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #5688F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5688F4 is #A9770B. Grayscale: #848484. Windows color (decimal): -11106060 or 16025686. OLE color: 16025686.

HSL color Cylindrical-coordinate representation of color #5688F4: hue angle of 221.01º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5688F4 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86136244-
CMYK0.650.4400.04
HSL221.01º87.78%64.71%-
HSV(B)221.01º64.75%95.69%-
XYZ28.9726.1289.1-
YUV133.36190.4494.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.45%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 244 (95.70% from 255) = 52.36%
R=18.45%
G=29.18%
B=52.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861362440.650.4400.04221.0187.7864.71
Hex5688F4412C04dd5841
Octal1262103641015404335130101
Binary10101101000100011110100100000110110001001101110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5688F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5688F4; }

 p { color: rgb(86,136,244); }

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

<style>
 a { background-color: #5688F4; }

 a { background-color: rgb(86,136,244); }

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

<style>
 span { border-color: #5688F4; }

 span { border-color: rgb(86,136,244); }

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