#769BFD

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

Shades of Cornflower Blue #769BFD

Tints of Cornflower Blue #769BFD

Color information

#769BFD (or 0x769BFD) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9B and FD. RGB value is (118,155,253). Sum of RGB (Red+Green+Blue) = 118+155+253=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #769BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BFD is #896402. Grayscale: #9A9A9A. Windows color (decimal): -9004035 or 16620406. OLE color: 16620406.

HSL color Cylindrical-coordinate representation of color #769BFD: hue angle of 223.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769BFD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118155253-
CMYK0.530.3900.01
HSL223.56º97.12%72.75%-
HSV(B)223.56º53.36%99.22%-
XYZ36.9234.3997.62-
YUV155.11183.24101.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=22.43%
G=29.47%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181552530.530.3900.01223.5697.1272.75
Hex769BFD352701e06149
Octal166233375654701340141111
Binary11101101001101111111101110101100111011110000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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