#7AA3FC

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

Shades of Cornflower Blue #7AA3FC

Tints of Cornflower Blue #7AA3FC

Color information

#7AA3FC (or 0x7AA3FC) is unknown color: approx Cornflower Blue. HEX triplet: 7A, A3 and FC. RGB value is (122,163,252). Sum of RGB (Red+Green+Blue) = 122+163+252=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AA3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA3FC is #855C03. Grayscale: #A0A0A0. Windows color (decimal): -8739844 or 16556922. OLE color: 16556922.

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

Color convert

RGB122163252-
CMYK0.520.3500.01
HSL221.08º95.59%73.33%-
HSV(B)221.08º51.59%98.82%-
XYZ38.6937.3697.27-
YUV160.89179.42100.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=22.72%
G=30.35%
B=46.93%

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
Decimal1221632520.520.3500.01221.0895.5973.33
Hex7AA3FC342301dd6049
Octal172243374644301335140111
Binary11110101010001111111100110100100011011101110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,163,252); }

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

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

 a { background-color: rgb(122,163,252); }

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

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

 span { border-color: rgb(122,163,252); }

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