#769BF4

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

Shades of Cornflower Blue #769BF4

Tints of Cornflower Blue #769BF4

Color information

#769BF4 (or 0x769BF4) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9B and F4. RGB value is (118,155,244). Sum of RGB (Red+Green+Blue) = 118+155+244=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #769BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BF4 is #89640B. Grayscale: #999999. Windows color (decimal): -9004044 or 16030582. OLE color: 16030582.

HSL color Cylindrical-coordinate representation of color #769BF4: hue angle of 222.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769BF4 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118155244-
CMYK0.520.3600.04
HSL222.38º85.14%70.98%-
HSV(B)222.38º51.64%95.69%-
XYZ35.5233.8390.24-
YUV154.08178.74102.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=22.82%
G=29.98%
B=47.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181552440.520.3600.04222.3885.1470.98
Hex769BF4342404de5547
Octal166233364644404336125107
Binary1110110100110111111010011010010010001001101111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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