#7698F0

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

Shades of Cornflower Blue #7698F0

Tints of Cornflower Blue #7698F0

Color information

#7698F0 (or 0x7698F0) is unknown color: approx Cornflower Blue. HEX triplet: 76, 98 and F0. RGB value is (118,152,240). Sum of RGB (Red+Green+Blue) = 118+152+240=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #7698F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698F0 is #89670F. Grayscale: #979797. Windows color (decimal): -9004816 or 15767670. OLE color: 15767670.

HSL color Cylindrical-coordinate representation of color #7698F0: hue angle of 223.28º degrees, saturation: 0.8, 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 #7698F0 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118152240-
CMYK0.510.3700.06
HSL223.28º80.26%70.2%-
HSV(B)223.28º50.83%94.12%-
XYZ34.4332.686.92-
YUV151.87177.74103.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=23.14%
G=29.80%
B=47.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181522400.510.3700.06223.2880.2670.2
Hex7698F0332506df5046
Octal166230360634506337120106
Binary1110110100110001111000011001110010101101101111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7698F0; }

 p { color: rgb(118,152,240); }

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

<style>
 a { background-color: #7698F0; }

 a { background-color: rgb(118,152,240); }

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

<style>
 span { border-color: #7698F0; }

 span { border-color: rgb(118,152,240); }

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