#769AF9

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

Shades of Cornflower Blue #769AF9

Tints of Cornflower Blue #769AF9

Color information

#769AF9 (or 0x769AF9) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9A and F9. RGB value is (118,154,249). Sum of RGB (Red+Green+Blue) = 118+154+249=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #769AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AF9 is #896506. Grayscale: #999999. Windows color (decimal): -9004295 or 16358006. OLE color: 16358006.

HSL color Cylindrical-coordinate representation of color #769AF9: hue angle of 223.51º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769AF9 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118154249-
CMYK0.530.3800.02
HSL223.51º91.61%71.96%-
HSV(B)223.51º52.61%97.65%-
XYZ36.1333.894.24-
YUV154.07181.57102.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=22.65%
G=29.56%
B=47.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181542490.530.3800.02223.5191.6171.96
Hex769AF9352602e05c48
Octal166232371654602340134110
Binary111011010011010111110011101011001100101110000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,154,249); }

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

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

 a { background-color: rgb(118,154,249); }

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

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

 span { border-color: rgb(118,154,249); }

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