#769BF7

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

Shades of Cornflower Blue #769BF7

Tints of Cornflower Blue #769BF7

Color information

#769BF7 (or 0x769BF7) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9B and F7. RGB value is (118,155,247). Sum of RGB (Red+Green+Blue) = 118+155+247=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #769BF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BF7 is #896408. Grayscale: #9A9A9A. Windows color (decimal): -9004041 or 16227190. OLE color: 16227190.

HSL color Cylindrical-coordinate representation of color #769BF7: hue angle of 222.79º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769BF7 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118155247-
CMYK0.520.3700.03
HSL222.79º88.97%71.57%-
HSV(B)222.79º52.23%96.86%-
XYZ35.9834.0192.66-
YUV154.43180.24102.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.69%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=22.69%
G=29.81%
B=47.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181552470.520.3700.03222.7988.9771.57
Hex769BF7342503df5948
Octal166233367644503337131110
Binary111011010011011111101111101001001010111101111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769BF7; }

 p { color: rgb(118,155,247); }

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

<style>
 a { background-color: #769BF7; }

 a { background-color: rgb(118,155,247); }

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

<style>
 span { border-color: #769BF7; }

 span { border-color: rgb(118,155,247); }

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