#769BEB

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

Shades of Cornflower Blue #769BEB

Tints of Cornflower Blue #769BEB

Color information

#769BEB (or 0x769BEB) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9B and EB. RGB value is (118,155,235). Sum of RGB (Red+Green+Blue) = 118+155+235=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #769BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BEB is #896414. Grayscale: #989898. Windows color (decimal): -9004053 or 15440758. OLE color: 15440758.

HSL color Cylindrical-coordinate representation of color #769BEB: hue angle of 221.03º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769BEB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118155235-
CMYK0.500.3400.08
HSL221.03º74.52%69.22%-
HSV(B)221.03º49.79%92.16%-
XYZ34.1933.2983.22-
YUV153.06174.24103-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 235 (92.19% from 255) = 46.26%
R=23.23%
G=30.51%
B=46.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181552350.500.3400.08221.0374.5269.22
Hex769BEB322208dd4b45
Octal1662333536242010335113105
Binary11101101001101111101011110010100010010001101110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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