#769FF1

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

Shades of Cornflower Blue #769FF1

Tints of Cornflower Blue #769FF1

Color information

#769FF1 (or 0x769FF1) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9F and F1. RGB value is (118,159,241). Sum of RGB (Red+Green+Blue) = 118+159+241=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #769FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FF1 is #89600E. Grayscale: #9B9B9B. Windows color (decimal): -9003023 or 15834998. OLE color: 15834998.

HSL color Cylindrical-coordinate representation of color #769FF1: hue angle of 220º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769FF1 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118159241-
CMYK0.510.3400.05
HSL220º81.46%70.39%-
HSV(B)220º51.04%94.51%-
XYZ35.753588.09-
YUV156.09175.92100.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.78%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=22.78%
G=30.69%
B=46.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181592410.510.3400.0522081.4670.39
Hex769FF1332205dc5146
Octal166237361634205334121106
Binary1110110100111111111000111001110001001011101110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,241); }

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

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

 a { background-color: rgb(118,159,241); }

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

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

 span { border-color: rgb(118,159,241); }

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