#769CFD

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

Shades of Cornflower Blue #769CFD

Tints of Cornflower Blue #769CFD

Color information

#769CFD (or 0x769CFD) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9C and FD. RGB value is (118,156,253). Sum of RGB (Red+Green+Blue) = 118+156+253=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #769CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFD is #896302. Grayscale: #9B9B9B. Windows color (decimal): -9003779 or 16620662. OLE color: 16620662.

HSL color Cylindrical-coordinate representation of color #769CFD: hue angle of 223.11º 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 #769CFD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118156253-
CMYK0.530.3800.01
HSL223.11º97.12%72.75%-
HSV(B)223.11º53.36%99.22%-
XYZ37.0934.7297.68-
YUV155.7182.91101.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.39%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=22.39%
G=29.60%
B=48.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181562530.530.3800.01223.1197.1272.75
Hex769CFD352601df6149
Octal166234375654601337141111
Binary11101101001110011111101110101100110011101111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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