#7AA3FA

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

Shades of Cornflower Blue #7AA3FA

Tints of Cornflower Blue #7AA3FA

Color information

#7AA3FA (or 0x7AA3FA) is unknown color: approx Cornflower Blue. HEX triplet: 7A, A3 and FA. RGB value is (122,163,250). Sum of RGB (Red+Green+Blue) = 122+163+250=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA3FA is #855C05. Grayscale: #A0A0A0. Windows color (decimal): -8739846 or 16425850. OLE color: 16425850.

HSL color Cylindrical-coordinate representation of color #7AA3FA: hue angle of 220.78º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AA3FA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122163250-
CMYK0.510.3500.02
HSL220.78º92.75%72.94%-
HSV(B)220.78º51.2%98.04%-
XYZ38.3837.2395.61-
YUV160.66178.42100.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=22.80%
G=30.47%
B=46.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221632500.510.3500.02220.7892.7572.94
Hex7AA3FA332302dd5d49
Octal172243372634302335135111
Binary111101010100011111110101100111000110101101110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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