#7688EF

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

Shades of Cornflower Blue #7688EF

Tints of Cornflower Blue #7688EF

Color information

#7688EF (or 0x7688EF) is unknown color: approx Cornflower Blue. HEX triplet: 76, 88 and EF. RGB value is (118,136,239). Sum of RGB (Red+Green+Blue) = 118+136+239=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #7688EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7688EF is #897710. Grayscale: #8D8D8D. Windows color (decimal): -9008913 or 15698038. OLE color: 15698038.

HSL color Cylindrical-coordinate representation of color #7688EF: hue angle of 231.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7688EF is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118136239-
CMYK0.510.4300.06
HSL231.07º79.08%70%-
HSV(B)231.07º50.63%93.73%-
XYZ31.8627.6985.33-
YUV142.36182.54110.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=23.94%
G=27.59%
B=48.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181362390.510.4300.06231.0779.0870
Hex7688EF332B06e74f46
Octal166210357635306347117106
Binary1110110100010001110111111001110101101101110011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7688EF; }

 p { color: rgb(118,136,239); }

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

<style>
 a { background-color: #7688EF; }

 a { background-color: rgb(118,136,239); }

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

<style>
 span { border-color: #7688EF; }

 span { border-color: rgb(118,136,239); }

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