#768BEF

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

Shades of Cornflower Blue #768BEF

Tints of Cornflower Blue #768BEF

Color information

#768BEF (or 0x768BEF) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8B and EF. RGB value is (118,139,239). Sum of RGB (Red+Green+Blue) = 118+139+239=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #768BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEF is #897410. Grayscale: #8F8F8F. Windows color (decimal): -9008145 or 15698806. OLE color: 15698806.

HSL color Cylindrical-coordinate representation of color #768BEF: hue angle of 229.59º 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 #768BEF is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118139239-
CMYK0.510.4200.06
HSL229.59º79.08%70%-
HSV(B)229.59º50.63%93.73%-
XYZ32.2828.5585.47-
YUV144.12181.54109.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=23.79%
G=28.02%
B=48.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181392390.510.4200.06229.5979.0870
Hex768BEF332A06e64f46
Octal166213357635206346117106
Binary1110110100010111110111111001110101001101110011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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