#768EF9

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

Shades of Cornflower Blue #768EF9

Tints of Cornflower Blue #768EF9

Color information

#768EF9 (or 0x768EF9) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8E and F9. RGB value is (118,142,249). Sum of RGB (Red+Green+Blue) = 118+142+249=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #768EF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EF9 is #897106. Grayscale: #929292. Windows color (decimal): -9007367 or 16354934. OLE color: 16354934.

HSL color Cylindrical-coordinate representation of color #768EF9: hue angle of 229.01º 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 #768EF9 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118142249-
CMYK0.530.4300.02
HSL229.01º91.61%71.96%-
HSV(B)229.01º52.61%97.65%-
XYZ34.2430.0493.62-
YUV147.02185.55107.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=23.18%
G=27.90%
B=48.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181422490.530.4300.02229.0191.6171.96
Hex768EF9352B02e55c48
Octal166216371655302345134110
Binary111011010001110111110011101011010110101110010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768EF9; }

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

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

<style>
 a { background-color: #768EF9; }

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

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

<style>
 span { border-color: #768EF9; }

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

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