#7AA4FD

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

Shades of Cornflower Blue #7AA4FD

Tints of Cornflower Blue #7AA4FD

Color information

#7AA4FD (or 0x7AA4FD) is unknown color: approx Cornflower Blue. HEX triplet: 7A, A4 and FD. RGB value is (122,164,253). Sum of RGB (Red+Green+Blue) = 122+164+253=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AA4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA4FD is #855B02. Grayscale: #A1A1A1. Windows color (decimal): -8739587 or 16622714. OLE color: 16622714.

HSL color Cylindrical-coordinate representation of color #7AA4FD: hue angle of 220.76º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA4FD is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122164253-
CMYK0.520.3500.01
HSL220.76º97.04%73.53%-
HSV(B)220.76º51.78%99.22%-
XYZ39.0337.7898.16-
YUV161.59179.5999.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.63%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=22.63%
G=30.43%
B=46.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221642530.520.3500.01220.7697.0473.53
Hex7AA4FD342301dd614a
Octal172244375644301335141112
Binary11110101010010011111101110100100011011101110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA4FD; }

 p { color: rgb(122,164,253); }

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

<style>
 a { background-color: #7AA4FD; }

 a { background-color: rgb(122,164,253); }

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

<style>
 span { border-color: #7AA4FD; }

 span { border-color: rgb(122,164,253); }

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