#7AA0FF

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

Shades of Cornflower Blue #7AA0FF

Tints of Cornflower Blue #7AA0FF

Color information

#7AA0FF (or 0x7AA0FF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, A0 and FF. RGB value is (122,160,255). Sum of RGB (Red+Green+Blue) = 122+160+255=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA0FF is #855F00. Grayscale: #9F9F9F. Windows color (decimal): -8740609 or 16752762. OLE color: 16752762.

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

Color convert

RGB122160255-
CMYK0.520.3700
HSL222.86º100%73.92%-
HSV(B)222.86º52.16%100%-
XYZ38.6536.599.62-
YUV159.47181.91101.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 47.49%
R=22.72%
G=29.80%
B=47.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221602550.520.3700222.8610073.92
Hex7AA0FF342500df644a
Octal172240377644500337144112
Binary11110101010000011111111110100100101001101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,255); }

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

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

 a { background-color: rgb(122,160,255); }

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

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

 span { border-color: rgb(122,160,255); }

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